diff --git a/flake.lock b/flake.lock index 8a52954..f305ab8 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "cl-nix-lite": { "flake": false, "locked": { - "lastModified": 1691870598, - "narHash": "sha256-2eBBv7K9by5Ilu+EaZh5DT4L53Pnlgq6S82ElRSdirc=", + "lastModified": 1696095290, + "narHash": "sha256-Pi6pDKAE8Tnm6uxJlvjhlNF2Ndh70oY+r1LfR/tMFO4=", "owner": "hraban", "repo": "cl-nix-lite", - "rev": "751e22022567c9d1061eded9b877371ab96976f5", + "rev": "51cdea1795247526551774ff77b3ee36f5d24ad9", "type": "github" }, "original": { @@ -37,17 +37,16 @@ "systems": "systems" }, "locked": { - "lastModified": 1689068808, - "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" + "id": "flake-utils", + "type": "indirect" } }, "gitignore": { @@ -57,11 +56,11 @@ ] }, "locked": { - "lastModified": 1660459072, - "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=", + "lastModified": 1694102001, + "narHash": "sha256-vky6VPK1n1od6vXbqzOXnekrQpTL4hbPAwUhT5J9c9E=", "owner": "hercules-ci", "repo": "gitignore.nix", - "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73", + "rev": "9e21c80adf67ebcb077d75bd5e7d724d21eeafd6", "type": "github" }, "original": { @@ -72,12 +71,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1691003216, - "narHash": "sha256-Qq/MPkhS12Bl0X060pPvX3v9ac3f2rRQfHjjozPh/Qs=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "4a56ce9727a0c5478a836a0d8a8f641c5b9a3d5f", - "type": "github" + "lastModified": 1695806987, + "narHash": "sha256-fX5kGs66NZIxCMcpAGIpxuftajHL8Hil1vjHmjjl118=", + "path": "/nix/store/9gzb6bb0ghi5njm63sghyl7ia47n1ncn-source", + "rev": "f3dab3509afca932f3f4fd0908957709bb1c1f57", + "type": "path" }, "original": { "id": "nixpkgs", diff --git a/flake.nix b/flake.nix index 933cafc..c0ce735 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,6 @@ url = "github:edolstra/flake-compat"; flake = false; }; - flake-utils.url = "github:numtide/flake-utils"; gitignore = { inputs.nixpkgs.follows = "nixpkgs"; url = "github:hercules-ci/gitignore.nix"; @@ -36,7 +35,7 @@ with rec { pkgs = nixpkgs.legacyPackages.${system}; lispPackagesLite = import cl-nix-lite { inherit pkgs; }; - cleanSource = src: gitignore.lib.gitignoreSource (pkgs.lib.cleanSource src); + cleanSource = src: pkgs.lib.cleanSource (gitignore.lib.gitignoreSource src); }; { packages = {