Skip to content

Commit 34283e8

Browse files
committed
config(flake.nix): Switch from nixpkgs-unstable to nixpkgs in terranix
Since we are currently having problems with using nixpkgs-unstable in terranix - we are getting back to the stable version (maybe temporarily)
1 parent 1bc7454 commit 34283e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
terranix = {
168168
url = "github:terranix/terranix";
169169
inputs = {
170-
nixpkgs.follows = "nixpkgs-unstable";
170+
nixpkgs.follows = "nixpkgs";
171171
};
172172
};
173173

0 commit comments

Comments
 (0)