diff options
-rw-r--r-- | awk/flake.lock | 64 | ||||
-rw-r--r-- | awk/flake.nix | 5 | ||||
-rw-r--r-- | shell/flake.nix | 2 |
3 files changed, 4 insertions, 67 deletions
diff --git a/awk/flake.lock b/awk/flake.lock deleted file mode 100644 index bc142db..0000000 --- a/awk/flake.lock +++ /dev/null @@ -1,64 +0,0 @@ -{ - "nodes": { - "flake-utils": { - "inputs": { - "systems": [ - "systems" - ] - }, - "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1684973047, - "narHash": "sha256-ZLnSr35L6C49pCZS9fZCCqkIKNAeQzykov2QfosNG9w=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "21eb6c6ba74dcbe3ea5926ee46287300fb066630", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs", - "systems": "systems" - } - }, - "systems": { - "locked": { - "lastModified": 1680978846, - "narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=", - "owner": "nix-systems", - "repo": "x86_64-linux", - "rev": "2ecfcac5e15790ba6ce360ceccddb15ad16d08a8", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "x86_64-linux", - "type": "github" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/awk/flake.nix b/awk/flake.nix index bb68ca7..1d9b0b2 100644 --- a/awk/flake.nix +++ b/awk/flake.nix @@ -17,7 +17,7 @@ inputs = { systems.follows = "systems"; nixpkgs.follows = "nixpkgs"; - flake-utils = "flake-utils"; + flake-utils.follows = "flake-utils"; }; }; }; @@ -44,7 +44,7 @@ inherit (pkgs) #pandoc - + ; }; @@ -81,3 +81,4 @@ }); } # vim: ts=2 + diff --git a/shell/flake.nix b/shell/flake.nix index 8d52d11..446a30c 100644 --- a/shell/flake.nix +++ b/shell/flake.nix @@ -59,7 +59,7 @@ inherit (pkgs) #pandoc - + ; }; |