diff --git a/flake.lock b/flake.lock index 48875eb..b110721 100644 --- a/flake.lock +++ b/flake.lock @@ -188,21 +188,6 @@ "type": "github" } }, - "flake-utils_2": { - "locked": { - "lastModified": 1644229661, - "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "haskell-flake": { "locked": { "lastModified": 1684780604, @@ -686,8 +671,7 @@ "nixpkgs": "nixpkgs_6", "nur": "nur", "shadower": "shadower", - "split-monitor-workspaces": "split-monitor-workspaces", - "utils": "utils" + "split-monitor-workspaces": "split-monitor-workspaces" } }, "rust-analyzer-src": { @@ -803,24 +787,6 @@ "type": "github" } }, - "utils": { - "inputs": { - "flake-utils": "flake-utils_2" - }, - "locked": { - "lastModified": 1657226504, - "narHash": "sha256-GIYNjuq4mJlFgqKsZ+YrgzWm0IpA4axA3MCrdKYj7gs=", - "owner": "gytis-ivaskevicius", - "repo": "flake-utils-plus", - "rev": "2bf0f91643c2e5ae38c1b26893ac2927ac9bd82a", - "type": "github" - }, - "original": { - "owner": "gytis-ivaskevicius", - "repo": "flake-utils-plus", - "type": "github" - } - }, "wlroots": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index 59ea1a4..fa817ee 100644 --- a/flake.nix +++ b/flake.nix @@ -5,6 +5,7 @@ self, nixpkgs, nur, + nixpak, ... } @ inputs: let inherit (nixpkgs) lib; # we isolate lib from nixpkgs to be able to pass it to specific flake options, alternatively use nixpkgs.lib