diff options
author | Soispha <soispha@vhack.eu> | 2023-06-18 16:22:47 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-06-18 16:22:47 +0200 |
commit | f10d9b6d5642c23f22a6469e94156d91e377b577 (patch) | |
tree | e337ad2c41a4c2f87a26f1975067124c7a35b45c /awk/flake.nix | |
parent | Fix(.gitignore): Ignore flake.lock files (diff) | |
download | flake-templates-f10d9b6d5642c23f22a6469e94156d91e377b577.tar.gz flake-templates-f10d9b6d5642c23f22a6469e94156d91e377b577.zip |
Refactor(treewide): Remove flake.lock files
Diffstat (limited to 'awk/flake.nix')
-rw-r--r-- | awk/flake.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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 + |