diff options
| author | Seth Flynn <[email protected]> | 2025-02-26 00:41:06 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-26 00:41:06 -0500 |
| commit | e6cd30bcfca7086e3bf4ad02b7185ce1990b15b2 (patch) | |
| tree | 23106b4b005574a30cb0db51e681aa85a66a1ef7 /users/seth/custom | |
| parent | 94f4f0032afcccdb6a4bf2f3ea4ec1a7958880ee (diff) | |
seth/nix-override: drop
Diffstat (limited to 'users/seth/custom')
| -rw-r--r-- | users/seth/custom/default.nix | 1 | ||||
| -rw-r--r-- | users/seth/custom/nix-override.nix | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/users/seth/custom/default.nix b/users/seth/custom/default.nix index f7545cb..3d6c287 100644 --- a/users/seth/custom/default.nix +++ b/users/seth/custom/default.nix @@ -1,7 +1,6 @@ { imports = [ ./adw-gtk3.nix - ./nix-override.nix ./standalone.nix ]; } diff --git a/users/seth/custom/nix-override.nix b/users/seth/custom/nix-override.nix deleted file mode 100644 index 7457cdd..0000000 --- a/users/seth/custom/nix-override.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ - config, - lib, - pkgs, - ... -}: - -let - cfg = config.seth.nix-override; -in - -{ - options.seth.nix-override = { - enable = lib.mkEnableOption "the use of a non-default implementation of Nix"; - package = lib.mkPackageOption pkgs "lix" { }; - }; - - config = lib.mkIf cfg.enable { - nix.package = cfg.package; - - programs = { - direnv.nix-direnv.package = pkgs.nix-direnv.override { nix = cfg.package; }; - }; - }; -} |
