From 61d433c8e7cc17d5b921329fca9baf7c3d528ade Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 27 Dec 2022 01:19:08 -0600 Subject: flake: rework flake inputs, overlays and platforms --- sys/default.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/default.nix') diff --git a/sys/default.nix b/sys/default.nix index ef60f43..47203f9 100644 --- a/sys/default.nix +++ b/sys/default.nix @@ -1,10 +1,6 @@ -{ self, impermanence }: { lib, config, pkgs, modulesPath, ... }: with lib; { imports = [ - "${modulesPath}/installer/scan/not-detected.nix" - impermanence.nixosModule - ./auth.nix ./boot.nix ./fs @@ -14,8 +10,6 @@ with lib; { ]; config = { - nixpkgs.overlays = [ self.overlay ]; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit v1.2.3