Pin nix-darwin to 24.11

This commit is contained in:
Dave Gallant
2025-01-15 11:45:39 -05:00
parent 6836fe81bc
commit 89cc1b727a
2 changed files with 8 additions and 7 deletions

13
flake.lock generated
View File

@@ -73,15 +73,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736819234, "lastModified": 1736820923,
"narHash": "sha256-deQVtIH4UJueELJqluAICUtX7OosD9paTP+5FgbiSwI=", "narHash": "sha256-SDuKLOWAh8VJRXlNWQn9QE99bjeEUAAbYXqrKGbsiyk=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "bd921223ba7cdac346477d7ea5204d6f4736fcc6", "rev": "944c2b181792ae7ae6b20c0df3f44879c11706c9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "lnl7", "owner": "lnl7",
"ref": "nix-darwin-24.11",
"repo": "nix-darwin", "repo": "nix-darwin",
"type": "github" "type": "github"
} }
@@ -494,11 +495,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1736950284, "lastModified": 1736952325,
"narHash": "sha256-QDD7TbFc/CfZfP+XGlHyatvbKu/7bFwQ7JGqJbZcr/Q=", "narHash": "sha256-XX8DFutsohz3Sa1SFEs/GrT6eV9P9HSvO3UaDmlQje4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "dd43eb6ab73ec6a6a2081016076f715a546acf74", "rev": "885e9e84743be7aea11e5af67cd87f19bbc24a5a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -7,7 +7,7 @@
nixpkgs-master.url = "github:NixOS/nixpkgs/master"; nixpkgs-master.url = "github:NixOS/nixpkgs/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
darwin = { darwin = {
url = "github:lnl7/nix-darwin"; url = "github:lnl7/nix-darwin/nix-darwin-24.11";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
home-manager = { home-manager = {