summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c5fbc22..ff1d3cc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,12 +22,18 @@
};
outputs =
- { self, nixpkgs, ... }@inputs:
+ { self, nixpkgs, nixpkgs-stable, ... }@inputs:
{
# packages."x86_64-linux".full-iso = self.nixosConfigurations.full-iso.config.system.build.isoImage;
-
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-tree;
+ overlays = {
+ stable_overlays = import ./overlays/stable_overrides.nix {
+ inherit nixpkgs;
+ inherit nixpkgs-stable;
+ };
+ };
+
nixosConfigurations = {
apocalypse = nixpkgs.lib.nixosSystem {
specialArgs = {