We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f9ef3 commit dafca76Copy full SHA for dafca76
flake.nix
@@ -3,7 +3,7 @@
3
4
# Add all your dependencies here
5
inputs = {
6
- nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
+ nixpkgs.url = "github:NixOS/nixpkgs?ref=master";
7
blueprint.url = "github:numtide/blueprint";
8
blueprint.inputs.nixpkgs.follows = "nixpkgs";
9
};
0 commit comments