1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
This commit is contained in:
Kierán Meinhardt
2019-01-02 00:10:38 +01:00
parent 3339777b56
commit e73e72dfd5
2 changed files with 35 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
{ config, pkgs, ... }:
let scripts = import ../dot/scripts.nix { inherit pkgs; };
{ config, pkgs, lib, ... }:
let scripts = import ../dot/scripts.nix { inherit pkgs lib; };
in with pkgs;
{
nixpkgs.config.allowUnfree = true;