mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-26 18:18:46 +08:00
rm; superceded by the home-manager config
This commit is contained in:
parent
67f500a6ba
commit
8e7cca55da
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
|||
{ config, pkgs, rosettaPkgs, ... }:
|
||||
|
||||
{
|
||||
# https://github.com/nix-community/nix-direnv
|
||||
environment.systemPackages = with pkgs; [ direnv nix-direnv ];
|
||||
# nix options for derivations to persist garbage collection
|
||||
nix.extraOptions = ''
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
'';
|
||||
environment.pathsToLink = [
|
||||
"/share/nix-direnv"
|
||||
];
|
||||
nixpkgs.overlays = [
|
||||
(self: super: { nix-direnv = super.nix-direnv.override { enableFlakes = true; }; })
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue