Skip to content
Snippets Groups Projects
Commit 13f58805 authored by Daniel Firth's avatar Daniel Firth
Browse files

Merge branch 'unfree-fix' into 'master'

unfree fix

See merge request !12
parents 5892ea26 2d387971
Branches
Tags
2 merge requests!20ghc 9.6.x updates,!12unfree fix
...@@ -106,11 +106,11 @@ ...@@ -106,11 +106,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1696931656, "lastModified": 1696939688,
"narHash": "sha256-n5f2zcYFd8bYdt1yCKsb/dAHvLv2KrGOUrqjVgY7aDo=", "narHash": "sha256-WS86PW3lKYTaZNEWlD37jiiU/OGZbR6s2eQFIkJE7qc=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "71792f6f7bf1ebcaec123b977eb787059ef1879e", "rev": "19b4b4dbb9f6d5b2a4e99ce1a386818f5e44e51e",
"revCount": 1101, "revCount": 1103,
"type": "git", "type": "git",
"url": "https://gitlab.horizon-haskell.net/package-sets/horizon-core" "url": "https://gitlab.horizon-haskell.net/package-sets/horizon-core"
}, },
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
}: }:
flake-utils.lib.eachSystem [ "x86_64-linux" ] (system: flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
let let
pkgs = import nixpkgs { inherit system; allowUnfree = true; }; pkgs = import nixpkgs { inherit system; config.allowUnfree = true; };
in in
with pkgs.lib; with pkgs.lib;
with pkgs.writers; with pkgs.writers;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment