Updates, Regression on Proton & Addition of pass

This commit is contained in:
Lyes Saadi 2025-04-23 10:49:55 +02:00
parent 02c1ed3ea7
commit 653eec66d9
Signed by: lyes
GPG key ID: 55A1D803917CF39A
6 changed files with 73 additions and 38 deletions

View file

@ -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 = {