mirror of
https://github.com/voidlhf/StarRailGrubThemes.git
synced 2025-01-07 03:07:09 +08:00
chore(nix): clean up
This commit is contained in:
parent
9577ae70bb
commit
f79624e580
@ -1,6 +1,5 @@
|
|||||||
{ stdenvNoCC
|
{ stdenvNoCC
|
||||||
, lib
|
, lib
|
||||||
, fetchFromGitHub
|
|
||||||
, theme
|
, theme
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user