fixing nix files

main
Claudius Holeksa 2023-02-03 18:01:33 +01:00
parent 7fe466b532
commit 4be9ce496a
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
{ ... }:
let
pkgs = (import <nixpkgs>{});
pkgs = (import <nixpkgs>{config = {allowUnfree = true;};});
in
{
pkgs.config.allowUnfree = true;
ginkgo-project = {
ginkgo = {
reference = pkgs.callPackage ./derivation.nix {