]> gitweb.ps.run Git - flakes/blobdiff - flake.nix
remove gitweb overlay
[flakes] / flake.nix
index ae83df31dcae010370d7e98eefb2a01d2b5947ab..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";
@@ -47,7 +47,7 @@
           program = "${self.packages.${system}.resetmsmice}/bin/resetmsmice";
         };
       })
-    )
+    ) packages apps;
   };
 }