test
This commit is contained in:
parent
d685ba3c45
commit
98253f45e0
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
|||
repo ? "nixpkgs",
|
||||
unfree ? false
|
||||
}: inputs.${repo}.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme nixpkgs-unstable; };
|
||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
|
||||
|
||||
|
||||
modules = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, nixpkgs-unstable, desktop, inputs, system, ... }: {
|
||||
{ config, lib, pkgs, desktop, inputs, system, ... }: {
|
||||
# Steam, Vintage Story areu nfree.
|
||||
environment.systemPackages = [
|
||||
pkgs.bitwarden
|
||||
|
|
Loading…
Reference in a new issue