Skip to content

Commit cdf2124

Browse files
committed
update flakes
1 parent 9c6964b commit cdf2124

File tree

2 files changed

+27
-50
lines changed

2 files changed

+27
-50
lines changed

flake.lock

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

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
disko = { url = "github:nix-community/disko/master"; inputs.nixpkgs.follows = "nixpkgs"; };
88
# used for testing
99
nixos-images.url = "github:nix-community/nixos-images";
10+
nixos-images.inputs.nixos-2211.follows = "";
11+
nixos-images.inputs.nixos-unstable.follows = "nixpkgs";
1012
# used for development
11-
treefmt-nix.url = "github:numtide/treefmt-nix";
13+
treefmt-nix = { url = "github:numtide/treefmt-nix"; inputs.nixpkgs.follows = "nixpkgs"; };
1214
};
1315

1416

0 commit comments

Comments
 (0)