tokodon: install from nixos-unstable
reason: not yet backported to stable
This commit is contained in:
parent
c568b8dc24
commit
35bb7901e5
2 changed files with 9 additions and 4 deletions
|
@ -30,7 +30,10 @@
|
|||
inherit system;
|
||||
modules = [ ./nixos/configuration.nix ];
|
||||
# necessary to make the top-level inputs available to system configuration
|
||||
specialArgs = { inherit inputs; };
|
||||
specialArgs = {
|
||||
#TODO: for system, consider moving to flake-utils
|
||||
inherit inputs system;
|
||||
};
|
||||
};
|
||||
homeConfigurations.spiollinux = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
|
@ -49,7 +52,8 @@
|
|||
# Optionally use extraSpecialArgs
|
||||
# to pass through arguments to home.nix
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
#TODO: for system, consider moving to flake-utils
|
||||
inherit inputs system;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue