chore(nix): clean up

This commit is contained in:
Wittano Bonarotti 2024-04-15 20:57:07 +02:00
parent 9577ae70bb
commit f79624e580
No known key found for this signature in database
GPG Key ID: 81EC1690D9E354CF
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{ stdenvNoCC { stdenvNoCC
, lib , lib
, fetchFromGitHub
, theme , theme
}: }:

View File

@ -32,7 +32,7 @@
} // themePackages; } // themePackages;
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nixpkgs-fmt nixd ]; nativeBuildInputs = with pkgs; [ nixpkgs-fmt nixd act ];
}; };
nixosModules.default = ./module.nix; nixosModules.default = ./module.nix;