Skip to content

Commit c0ffe26

Browse files
PetarKirovMartinNikov
authored andcommitted
build(flake/inputs): Remove obsolete follows and update terranix.nixpkgs inputs to nixpkgs-unstable
1 parent c270276 commit c0ffe26

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@
165165
terranix = {
166166
url = "github:terranix/terranix";
167167
inputs = {
168-
nixpkgs.follows = "nixos-2311";
169-
flake-utils.follows = "flake-utils";
168+
nixpkgs.follows = "nixpkgs-unstable";
170169
};
171170
};
172171

@@ -193,7 +192,6 @@
193192

194193
crane = {
195194
url = "github:ipetkov/crane";
196-
inputs.nixpkgs.follows = "nixpkgs";
197195
};
198196

199197
dlang-nix = {

0 commit comments

Comments
 (0)