Updated configuratoin

This commit is contained in:
2024-05-21 10:58:33 +02:00
parent d6b29cc63c
commit 270e6963fc
7 changed files with 40 additions and 33 deletions

View File

@@ -36,8 +36,12 @@
outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, nix-colors, ... }:
let
system = "x86_64-linux";
overlay-unstable = final: prev: {
unstable = nixpkgs-unstable.legacyPackages.${prev.system};
unstable = import nixpkgs-unstable {
config.allowUnfree = true;
localSystem = { inherit system; };
};
};
in
{