Skip to content

Commit 3f2be80

Browse files
committed
Pin nixpkgs to 24.11
1 parent 8e2b04d commit 3f2be80

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
inputs = {
55
flake-utils.url = "github:numtide/flake-utils";
6-
# Last working commit from nixos-small-unstable
7-
nixpkgs.url = "github:NixOS/nixpkgs?rev=75e28c029ef2605f9841e0baa335d70065fe7ae2";
6+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11-small";
87

98
treefmt-nix.url = "github:numtide/treefmt-nix";
109
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";

templates/app/flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
inputs = {
55
flake-utils.url = "github:numtide/flake-utils";
6-
# Last working commit from nixos-small-unstable
7-
nixpkgs.url = "github:NixOS/nixpkgs?rev=75e28c029ef2605f9841e0baa335d70065fe7ae2";
6+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11-small";
87
poetry2nix = {
98
url = "github:nix-community/poetry2nix";
109
inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)