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