pin flake registry
This commit is contained in:
parent
a3fb63cff6
commit
c75427cf69
3 changed files with 22 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
|||
url = "github:nix-community/nixos-generators";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flake-registry = {
|
||||
url = "github:NixOS/flake-registry";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { ... } @ args: import ./outputs.nix args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue