1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

fix: darwinConfigurations.X is not an attribute set

This commit is contained in:
TheGeneralist 2025-08-03 15:06:50 +02:00
parent 26fe71c022
commit 2ccb7bc260
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 2 additions and 23 deletions

21
flake.lock generated
View file

@ -193,26 +193,6 @@
"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": {
"inputs": {
"flake-compat": "flake-compat_2",
@ -358,7 +338,6 @@
"fenix": "fenix",
"ghostty": "ghostty",
"home-manager": "home-manager",
"nil": "nil",
"nix": "nix",
"nix-darwin": "nix-darwin",
"nixpkgs": "nixpkgs_2"

View file

@ -47,10 +47,10 @@ in
{
system =
os: configFile:
if os == "darwin" then
(if os == "darwin" then
super.darwinSystem
else
super.nixosSystem {
super.nixosSystem) {
inherit specialArgs;
modules =