añade unstable
This commit is contained in:
parent
d72fa6a09f
commit
1e6cd9ee3d
3 changed files with 23 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ nixpkgs, self, hm-isolation }:
|
||||
{ nixpkgs, unstable, self, hm-isolation }:
|
||||
{ config, pkgs, lib, ... } :
|
||||
with lib;
|
||||
{
|
||||
|
@ -33,6 +33,7 @@ with lib;
|
|||
};
|
||||
|
||||
"nixpkgs".flake = nixpkgs;
|
||||
"unstable".flake = unstable;
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
Reference in a new issue