mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 12:55:13 +08:00
flake: fix inputs for darwin
This commit is contained in:
parent
4965bf7ebf
commit
f3564284d7
2 changed files with 13 additions and 11 deletions
14
flake.lock
generated
14
flake.lock
generated
|
|
@ -851,16 +851,16 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1770184146,
|
||||
"narHash": "sha256-DsqnN6LvXmohTRaal7tVZO/AKBuZ02kPBiZKSU4qa/k=",
|
||||
"lastModified": 1767634391,
|
||||
"narHash": "sha256-owcSz2ICqTSvhBbhPP+1eWzi88e54rRZtfCNE5E/wwg=",
|
||||
"owner": "nix-darwin",
|
||||
"repo": "nix-darwin",
|
||||
"rev": "0d7874ef7e3ba02d58bebb871e6e29da36fa1b37",
|
||||
"rev": "08585aacc3d6d6c280a02da195fdbd4b9cf083c2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-darwin",
|
||||
"ref": "master",
|
||||
"ref": "nix-darwin-25.11",
|
||||
"repo": "nix-darwin",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
@ -1117,11 +1117,11 @@
|
|||
"nixvim": "nixvim_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1767307820,
|
||||
"narHash": "sha256-5L9VbYzjeaq1npMXyAFFak9G/+c9akZoFummW7Een9c=",
|
||||
"lastModified": 1770252550,
|
||||
"narHash": "sha256-Yl6KsoJNONPQ4Q838wfF8wiNpppjaD1OrGnWwRxTrXU=",
|
||||
"owner": "ahwxorg",
|
||||
"repo": "nixvim-config",
|
||||
"rev": "a0ff3802e67a281acc7ab957d716a994660bb3f9",
|
||||
"rev": "de02f4a71a460e21fbfdf2e76b5cebe38635dfff",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
10
flake.nix
10
flake.nix
|
|
@ -22,7 +22,7 @@
|
|||
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.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-homebrew.url = "github:zhaofengli/nix-homebrew";
|
||||
|
||||
|
|
@ -56,13 +56,15 @@
|
|||
{
|
||||
overlays.default = overlays.addition;
|
||||
darwinConfigurations = {
|
||||
azalea = nix-darwin.lib.darwinSystem {
|
||||
"azalea" = nix-darwin.lib.darwinSystem {
|
||||
system = "aarch64-darwin";
|
||||
modules = [
|
||||
(import ./hosts/azalea)
|
||||
];
|
||||
host = "azalea";
|
||||
inherit self inputs username;
|
||||
specialArgs = {
|
||||
host = "sakura";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
};
|
||||
nixosConfigurations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue