pin registry nixpkgs to input
This commit is contained in:
parent
6edea89b77
commit
93caa53b2e
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ inputs, ... }:
|
||||
{
|
||||
nixpkgs = {
|
||||
config = {
|
||||
|
@ -6,4 +6,5 @@
|
|||
allowUnfreePredicate = _: true;
|
||||
};
|
||||
};
|
||||
nixpkgs.flake.source = inputs.nixpkgs;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue