fix other error
This commit is contained in:
parent
e2942d6d1a
commit
98476a4efb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, ... }@attrs: {
|
outputs = { self, nixpkgs, ... }@attrs: {
|
||||||
nixosConfigurations."egirls.gay" = nixpkgs.lib.nixosSystem rec {
|
nixosConfigurations."egirls" = nixpkgs.lib.nixosSystem rec {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = let
|
pkgs = let
|
||||||
cfg = {
|
cfg = {
|
||||||
|
|
Loading…
Reference in a new issue