This commit is contained in:
iFargle 2024-02-09 22:45:31 +09:00
parent 46155dffef
commit 22f9e1124a

View file

@ -1,4 +1,4 @@
{ self, nixpkgs-unstable, inputs, outputs, stateVersion, hmStateVersion , ... }: {
{ self, inputs, outputs, stateVersion, hmStateVersion , ... }: {
deploy = {
hostname,
system ? "x86_64-linux",
@ -51,7 +51,7 @@
config.allowUnfree = unfree;
hostPlatform = system;
};
modules = let
unstable-pkgs = import inputs.nixpkgs-unstable {
inherit system;