1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: import nixpkgs-unstable correctly

This commit is contained in:
2021-05-04 17:30:16 +02:00
parent d3b2ce8277
commit e62e28ffb1

View File

@@ -1,6 +1,6 @@
{ config, pkgs, lib, ... }:
let
nixpkgs-unstable = import <nixpkgs-unstable> {};
nixpkgs-unstable = import <nixpkgs-unstable> { config.allowUnfree = true; };
in
{
imports = [