remove erroneous system attribute from nixosConfigurations
This commit is contained in:
@@ -21,7 +21,6 @@
|
|||||||
lib = nixpkgs.legacyPackages.${system}.lib;
|
lib = nixpkgs.legacyPackages.${system}.lib;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit system;
|
|
||||||
just-nixos = nixpkgs.lib.nixosSystem {
|
just-nixos = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit system; };
|
specialArgs = { inherit system; };
|
||||||
modules = [
|
modules = [
|
||||||
|
Reference in New Issue
Block a user