summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-31 06:49:24 -0400
committerseth <[email protected]>2024-06-01 01:52:42 +0000
commitc3f803a497cc0212ee361d45f8f4637d2ce1183c (patch)
treef3f6f64203439571d8af0c9963c1343006719bd1 /flake.nix
parent3bc60d1461aba8e886277c459e6ef14de75628db (diff)
flake: nixpkgs-stable 23.11 -> 24.05
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 49115a2..4f73e19 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,7 +38,7 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
- nixpkgs-stable.url = "nixpkgs/nixos-23.11";
+ nixpkgs-stable.url = "nixpkgs/nixos-24.05";
nix-darwin = {
url = "github:LnL7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";