Skip to content

Commit e2eac30

Browse files
Use nixos-24.11 instead of nixpkgs-unstable
1 parent 9124555 commit e2eac30

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

flake.lock

Lines changed: 6 additions & 9 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
4-
systems.url = "github:nix-systems/default";
3+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
54
flake-utils = {
65
url = "github:numtide/flake-utils";
7-
inputs.systems.follows = "systems";
86
};
97
};
108

0 commit comments

Comments
 (0)