summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2024-06-09 22:55:24 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2024-06-09 23:00:25 +0200
commitf05c7979af2eb2cfe67d2f9a132633da2e82bcb4 (patch)
tree1664df03c35c7103b32a094f2305ed2114349a0d
parent8353c58ec286078207b40169732a0fc4c6a4f3bf (diff)
nixpkgs: fix branch
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index 89ada1e..8f06a61 100644
--- a/flake.lock
+++ b/flake.lock
@@ -743,16 +743,16 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1717796960,
- "narHash": "sha256-BKjQ9tQdsuoROrojHZb7KTAv95WprqCkNFvuzatfEo0=",
+ "lastModified": 1717952948,
+ "narHash": "sha256-mJi4/gjiwQlSaxjA6AusXBN/6rQRaPCycR7bd8fydnQ=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "8e0a5f16b7bf7f212be068dd302c49888c6ad68f",
+ "rev": "2819fffa7fa42156680f0d282c60d81e8fb185b7",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-24.05-small",
+ "ref": "release-24.05",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 5572eba..8388c1e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
inputs.nixpkgs.follows = "/nixpkgs";
};
my-nixpkgs.url = "github:qaristote/my-nixpkgs";
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05-small";
+ nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
};
outputs = {