use same nixpkgs config for unstable
This commit is contained in:
parent
8876ba67c1
commit
00423dc7fc
|
@ -6,7 +6,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import <nixos-unstable> {};
|
||||
unstable = import <nixos-unstable> {
|
||||
config = removeAttrs config.nixpkgs.config [ "packageOverrides" ];
|
||||
};
|
||||
in
|
||||
{
|
||||
imports =
|
||||
|
|
Loading…
Reference in a new issue