flake: fix inputs for darwin

This commit is contained in:
ahwx 2026-02-05 16:27:25 +01:00
parent 4965bf7ebf
commit f3564284d7
2 changed files with 13 additions and 11 deletions

14
flake.lock generated
View file

@ -851,16 +851,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770184146, "lastModified": 1767634391,
"narHash": "sha256-DsqnN6LvXmohTRaal7tVZO/AKBuZ02kPBiZKSU4qa/k=", "narHash": "sha256-owcSz2ICqTSvhBbhPP+1eWzi88e54rRZtfCNE5E/wwg=",
"owner": "nix-darwin", "owner": "nix-darwin",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "0d7874ef7e3ba02d58bebb871e6e29da36fa1b37", "rev": "08585aacc3d6d6c280a02da195fdbd4b9cf083c2",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-darwin", "owner": "nix-darwin",
"ref": "master", "ref": "nix-darwin-25.11",
"repo": "nix-darwin", "repo": "nix-darwin",
"type": "github" "type": "github"
} }
@ -1117,11 +1117,11 @@
"nixvim": "nixvim_2" "nixvim": "nixvim_2"
}, },
"locked": { "locked": {
"lastModified": 1767307820, "lastModified": 1770252550,
"narHash": "sha256-5L9VbYzjeaq1npMXyAFFak9G/+c9akZoFummW7Een9c=", "narHash": "sha256-Yl6KsoJNONPQ4Q838wfF8wiNpppjaD1OrGnWwRxTrXU=",
"owner": "ahwxorg", "owner": "ahwxorg",
"repo": "nixvim-config", "repo": "nixvim-config",
"rev": "a0ff3802e67a281acc7ab957d716a994660bb3f9", "rev": "de02f4a71a460e21fbfdf2e76b5cebe38635dfff",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -22,7 +22,7 @@
nixocaine.url = "https://git.madhouse-project.org/iocaine/nixocaine/archive/stable.tar.gz"; nixocaine.url = "https://git.madhouse-project.org/iocaine/nixocaine/archive/stable.tar.gz";
ai-robots-txt.url = "github:ai-robots-txt/ai.robots.txt"; ai-robots-txt.url = "github:ai-robots-txt/ai.robots.txt";
ai-robots-txt.flake = false; ai-robots-txt.flake = false;
nix-darwin.url = "github:nix-darwin/nix-darwin/master"; nix-darwin.url = "github:nix-darwin/nix-darwin/nix-darwin-25.11";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
nix-homebrew.url = "github:zhaofengli/nix-homebrew"; nix-homebrew.url = "github:zhaofengli/nix-homebrew";
@ -56,13 +56,15 @@
{ {
overlays.default = overlays.addition; overlays.default = overlays.addition;
darwinConfigurations = { darwinConfigurations = {
azalea = nix-darwin.lib.darwinSystem { "azalea" = nix-darwin.lib.darwinSystem {
system = "aarch64-darwin"; system = "aarch64-darwin";
modules = [ modules = [
(import ./hosts/azalea) (import ./hosts/azalea)
]; ];
host = "azalea"; specialArgs = {
inherit self inputs username; host = "sakura";
inherit self inputs username;
};
}; };
}; };
nixosConfigurations = { nixosConfigurations = {