use same nixpkgs config for unstable

This commit is contained in:
Felix Schröter 2019-08-27 00:46:15 +02:00
parent 8876ba67c1
commit 00423dc7fc
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -6,7 +6,9 @@
{ config, pkgs, ... }:
let
unstable = import <nixos-unstable> {};
unstable = import <nixos-unstable> {
config = removeAttrs config.nixpkgs.config [ "packageOverrides" ];
};
in
{
imports =