about summary refs log tree commit diff stats
path: root/awk/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-18 16:22:47 +0200
committerSoispha <soispha@vhack.eu>2023-06-18 16:22:47 +0200
commitf10d9b6d5642c23f22a6469e94156d91e377b577 (patch)
treee337ad2c41a4c2f87a26f1975067124c7a35b45c /awk/flake.nix
parentFix(.gitignore): Ignore flake.lock files (diff)
downloadflake-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.nix5
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
+