Updates, Regression on Proton & Addition of pass
This commit is contained in:
parent
02c1ed3ea7
commit
653eec66d9
6 changed files with 73 additions and 38 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ nixpkgs-unstable, ... }:
|
||||
{ nixpkgs-unstable, nixpkgs-stable, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
|
@ -26,6 +26,13 @@
|
|||
system = prev.system;
|
||||
};
|
||||
})
|
||||
|
||||
# Stable
|
||||
(final: prev: {
|
||||
stable = import nixpkgs-stable {
|
||||
system = prev.system;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
nixpkgs.config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue