Skip to content

Commit df950c5

Browse files
committed
chore: use new nixpkgs unstable
1 parent a9e4497 commit df950c5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

flake.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
flake = false;
88
};
99
flake-parts.url = "github:hercules-ci/flake-parts";
10-
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
10+
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
1111
devenv.url = "github:cachix/devenv";
1212
nix2container.url = "github:nlewo/nix2container";
1313
nix2container.inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)