]> gitweb.ps.run Git - flake_server/blobdiff - flake.nix
add markdown to cgit
[flake_server] / flake.nix
index 7ae4716a1459b7c099ac23ccfb2e35b23843a451..6a384df22e091ea2e7d044f2b40794635629d17d 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -8,14 +8,14 @@
     chirp.url = "git://psch.dev/chirp";
   };
 
-  outputs = { self, nixpkgs, flake-utils, chirp, ... }@inputs: {
+  outputs = { self, nixpkgs, flake-utils, ... }@inputs: {
     nixosConfigurations = {
       default = nixpkgs.lib.nixosSystem {
         system = "x86_64-linux";
         modules = [
           ./configuration.nix
           {
-            config._module.args.chirp = chirp;
+            config._module.args.chirp = inputs.chirp;
           }
         ];
       };