about summary refs log tree commit diff stats
path: root/awk/flake.nix
diff options
context:
space:
mode:
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
+