pin flake registry

This commit is contained in:
Tim Schubert 2023-03-17 23:40:29 +01:00
parent a3fb63cff6
commit c75427cf69
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 22 additions and 0 deletions

View file

@ -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;