packages/shinobi: use dashboard-v3 branch
flake.lock: Update Flake lock file updates: • Updated input 'shinobi': 'gitlab:Shinobi-Systems/Shinobi/a2faa40ab0e9952ff6a7fcf682534171614180c1' (2021-11-30) → 'gitlab:Shinobi-Systems/Shinobi/d16a3d006a84fff85ba698b11cf7faa3e29e6f11' (2022-02-22)
This commit is contained in:
parent
f143d0bb82
commit
de22a963c2
2 changed files with 5 additions and 4 deletions
|
@ -707,15 +707,16 @@
|
||||||
"shinobi": {
|
"shinobi": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1638289465,
|
"lastModified": 1645554918,
|
||||||
"narHash": "sha256-e1x0MmLtSgatug6sva1L/Ti601Ua4KWwLb6umPEtbEU=",
|
"narHash": "sha256-T/HXnsSVs7oHt+lj9Hu4rU7/kRdGEKjIPL/2ufEwBA0=",
|
||||||
"owner": "Shinobi-Systems",
|
"owner": "Shinobi-Systems",
|
||||||
"repo": "Shinobi",
|
"repo": "Shinobi",
|
||||||
"rev": "a2faa40ab0e9952ff6a7fcf682534171614180c1",
|
"rev": "d16a3d006a84fff85ba698b11cf7faa3e29e6f11",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Shinobi-Systems",
|
"owner": "Shinobi-Systems",
|
||||||
|
"ref": "dashboard-v3",
|
||||||
"repo": "Shinobi",
|
"repo": "Shinobi",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
dream2nix.url = "github:nix-community/dream2nix";
|
dream2nix.url = "github:nix-community/dream2nix";
|
||||||
dream2nix.inputs.nixpkgs.follows = "nixpkgs";
|
dream2nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
shinobi = { url = "gitlab:Shinobi-Systems/Shinobi"; flake = false; };
|
shinobi = { url = "gitlab:Shinobi-Systems/Shinobi/dashboard-v3"; flake = false; };
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs:
|
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue