]> gitweb.ps.run Git - flakes/blobdiff - flake.nix
remove gitweb overlay
[flakes] / flake.nix
index 11a976b6fe1725443918562c1834c1ca9d737cac..825ae50e0b56aa8588e8c3cf8e8daf9acdea1589 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
 {
-  description = "resetmsmice";
+  description = "my flakes";
 
   inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
   inputs.flake-utils.url = "github:numtide/flake-utils";
@@ -46,8 +46,8 @@
           type = "app";
           program = "${self.packages.${system}.resetmsmice}/bin/resetmsmice";
         };
-      });
-    )
+      })
+    ) packages apps;
   };
 }