Skip to content

Commit 85a0c89

Browse files
committed
specify ref for all inputs
1 parent b626363 commit 85a0c89

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

flake.gen.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
inputs = {
33
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
4-
flake-utils.url = "github:numtide/flake-utils";
4+
flake-utils.url = "github:numtide/flake-utils?ref=main";
55

66
fenix = {
7-
url = "github:nix-community/fenix";
7+
url = "github:nix-community/fenix?ref=main";
88
inputs.nixpkgs.follows = "nixpkgs";
99
};
1010

1111
crane = {
12-
url = "github:ipetkov/crane";
12+
url = "github:ipetkov/crane?ref=master";
1313
inputs.nixpkgs.follows = "nixpkgs";
1414
};
1515
};

flake.lock

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

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs";
4-
flake-utils.url = "github:numtide/flake-utils";
3+
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
4+
flake-utils.url = "github:numtide/flake-utils?ref=main";
55
};
66

77
outputs =

0 commit comments

Comments
 (0)