From de22a963c2d631f31df8115b7fe8a30d8c00a635 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 17 Mar 2022 23:05:51 +0100 Subject: [PATCH] packages/shinobi: use dashboard-v3 branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index d51b901..475013b 100644 --- a/flake.lock +++ b/flake.lock @@ -707,15 +707,16 @@ "shinobi": { "flake": false, "locked": { - "lastModified": 1638289465, - "narHash": "sha256-e1x0MmLtSgatug6sva1L/Ti601Ua4KWwLb6umPEtbEU=", + "lastModified": 1645554918, + "narHash": "sha256-T/HXnsSVs7oHt+lj9Hu4rU7/kRdGEKjIPL/2ufEwBA0=", "owner": "Shinobi-Systems", "repo": "Shinobi", - "rev": "a2faa40ab0e9952ff6a7fcf682534171614180c1", + "rev": "d16a3d006a84fff85ba698b11cf7faa3e29e6f11", "type": "gitlab" }, "original": { "owner": "Shinobi-Systems", + "ref": "dashboard-v3", "repo": "Shinobi", "type": "gitlab" } diff --git a/flake.nix b/flake.nix index 29baa31..7637e94 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ dream2nix.url = "github:nix-community/dream2nix"; 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: let