Skip to content

Commit ea98844

Browse files
Bump the flake lock to the latest
Signed-off-by: Brian McGillion <[email protected]>
1 parent 6a914ac commit ea98844

File tree

2 files changed

+40
-39
lines changed

2 files changed

+40
-39
lines changed

flake.lock

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

flake.nix

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
};
2626

2727
inputs = {
28-
#TODO: clean this up before merging to main
29-
#nixpkgs.url = "github:tiiuae/nixpkgs/nixos-unstable-texinfo"; # "flake:mylocalnixpkgs"; #
30-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
28+
#TODO: carrying the extra patch(es) until merged to unstable
29+
nixpkgs.url = "github:tiiuae/nixpkgs/nixos-unstable-gbenchmark";
30+
#nixpkgs.url = "flake:mylocalnixpkgs";
31+
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
3132

3233
ghafpkgs = {
3334
url = "github:tiiuae/ghafpkgs";

0 commit comments

Comments
 (0)