Compare commits
2 commits
ea1107463d
...
353499a037
Author | SHA1 | Date | |
---|---|---|---|
![]() |
353499a037 | ||
![]() |
d9cad94819 |
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{ inputs, lib, ... }:
|
||||
{
|
||||
nixpkgs = {
|
||||
config = {
|
||||
|
@ -6,5 +6,5 @@
|
|||
allowUnfreePredicate = _: true;
|
||||
};
|
||||
};
|
||||
nixpkgs.flake.source = inputs.nixpkgs;
|
||||
nixpkgs.flake.source = lib.mkForce inputs.nixpkgs;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue