Fix nix repl history

This commit is contained in:
Alexander Bantyev 2021-06-13 20:59:08 +03:00
parent 6bd49cd960
commit f8aea9ffb3
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -24,7 +24,7 @@
requireSignedBinaryCaches = true;
};
persist.state.homeFiles = [ ".local/share/nix/repl-history" ];
persist.state.directories = [ "/home/balsoft/.local/share/nix" ];
environment.etc.nixpkgs.source = inputs.nixpkgs;
environment.etc.self.source = inputs.self;