Remove proj
I'm not using it at this point.
This commit is contained in:
parent
079bc6f93c
commit
6cadc8bdca
4 changed files with 6 additions and 8 deletions
|
|
@ -10,7 +10,9 @@
|
|||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
package = import ./default.nix { inherit pkgs; };
|
||||
package = import ./default.nix {
|
||||
inherit pkgs;
|
||||
};
|
||||
in
|
||||
{
|
||||
packages.default = package;
|
||||
|
|
@ -29,7 +31,6 @@
|
|||
pkgs.pkg-config
|
||||
pkgs.prettier
|
||||
pkgs.prettier-plugin-go-template
|
||||
pkgs.proj
|
||||
pkgs.watchexec
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue