Skip to content

Commit bb258f1

Browse files
Add ref = "main"; to default.nix (#2475)
1 parent fb56d71 commit bb258f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ let
3333
src = builtins.fetchGit {
3434
url = "https://github.com/ttuegel/nix-lib";
3535
rev = "66bb0ab890ff4d828a2dcfc7d5968465d0c7084f";
36+
ref = "main";
3637
};
3738
in import src { inherit pkgs; };
3839
in

0 commit comments

Comments
 (0)