fix: darwinConfigurations.X is not an attribute set
This commit is contained in:
parent
26fe71c022
commit
2ccb7bc260
2 changed files with 2 additions and 23 deletions
21
flake.lock
generated
21
flake.lock
generated
|
|
@ -193,26 +193,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nil": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1751341694,
|
|
||||||
"narHash": "sha256-zXag1+8iZC3H5yVFP7KhIi4ps9z8xKrFIkyaeXlZ7Uo=",
|
|
||||||
"owner": "oxalica",
|
|
||||||
"repo": "nil",
|
|
||||||
"rev": "b043bfe1f3f4c4be4b688e24c5ae96e81f525805",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "oxalica",
|
|
||||||
"repo": "nil",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nix": {
|
"nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-compat": "flake-compat_2",
|
"flake-compat": "flake-compat_2",
|
||||||
|
|
@ -358,7 +338,6 @@
|
||||||
"fenix": "fenix",
|
"fenix": "fenix",
|
||||||
"ghostty": "ghostty",
|
"ghostty": "ghostty",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"nil": "nil",
|
|
||||||
"nix": "nix",
|
"nix": "nix",
|
||||||
"nix-darwin": "nix-darwin",
|
"nix-darwin": "nix-darwin",
|
||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
|
|
|
||||||
|
|
@ -47,10 +47,10 @@ in
|
||||||
{
|
{
|
||||||
system =
|
system =
|
||||||
os: configFile:
|
os: configFile:
|
||||||
if os == "darwin" then
|
(if os == "darwin" then
|
||||||
super.darwinSystem
|
super.darwinSystem
|
||||||
else
|
else
|
||||||
super.nixosSystem {
|
super.nixosSystem) {
|
||||||
inherit specialArgs;
|
inherit specialArgs;
|
||||||
|
|
||||||
modules =
|
modules =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue