aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <59291+fcuny@users.noreply.github.com>2025-01-31 13:41:53 -0800
committerFranck Cuny <59291+fcuny@users.noreply.github.com>2025-01-31 13:41:53 -0800
commit0bfd91f212fb1070cd1a5b3e0b1811de83d3ccfc (patch)
treecc84b00e87fac6089b0b51376ba29cafbf391a39
parentfix configuration for SAPI (diff)
downloadinfra-0bfd91f212fb1070cd1a5b3e0b1811de83d3ccfc.tar.gz
follow nix-darwin
Diffstat (limited to '')
-rw-r--r--flake.lock7
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index 2c94b2f..e5afbc1 100644
--- a/flake.lock
+++ b/flake.lock
@@ -7,15 +7,16 @@
]
},
"locked": {
- "lastModified": 1737504076,
- "narHash": "sha256-/B4XJnzYU/6K1ZZOBIgsa3K4pqDJrnC2579c44c+4rI=",
+ "lastModified": 1737421067,
+ "narHash": "sha256-/hgw8fDKDpko0XqOw1e9tX8lS2Hqecg7W/JsONun6Qc=",
"owner": "lnl7",
"repo": "nix-darwin",
- "rev": "65cc1fa8e36ceff067daf6cfb142331f02f524d3",
+ "rev": "cae8d1c4a3bd37be5887203fe3b0c3a860c53a07",
"type": "github"
},
"original": {
"owner": "lnl7",
+ "ref": "nix-darwin-24.11",
"repo": "nix-darwin",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 2e85e3f..83aad41 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,7 +10,7 @@
};
darwin = {
- url = "github:lnl7/nix-darwin";
+ url = "github:lnl7/nix-darwin/nix-darwin-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};