diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-27 01:19:08 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-27 01:19:08 -0600 |
| commit | 61d433c8e7cc17d5b921329fca9baf7c3d528ade (patch) | |
| tree | 1766c3dd3a9ff0dd06618adfa285d10951ceea2a /sys | |
| parent | 9d4a860360958a01490013b07c59083e9013cff4 (diff) | |
flake: rework flake inputs, overlays and platforms
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
