mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
docs
This commit is contained in:
parent
bbc4c0d0c3
commit
e1f38d5a86
@ -5,7 +5,8 @@
|
||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||
home.file."readonly-git/BikeTripPlanner".source = (builtins.fetchGit {
|
||||
url = "https://github.com/langbein-daniel/BikeTripPlanner";
|
||||
#leaveDotGit = true;
|
||||
#rev = "6d4daf18235189825b0c314901b1617ece6d8641";
|
||||
#submodules = true;
|
||||
});
|
||||
};
|
||||
|
||||
|
@ -83,6 +83,7 @@
|
||||
# The `--delete-older-than <period` option refers the manual for `nix-env --delete-generations <period>`: https://nixos.org/manual/nix/stable/command-ref/nix-env/delete-generations#generations-time
|
||||
# There, two meanings of <period> are described. The second one is:
|
||||
# +<number>: Keep the last number generations, along with any newer than current.
|
||||
# TODO: +7 does currently not work. There is an open issue: https://github.com/NixOS/nixpkgs/issues/282884
|
||||
options = "--delete-older-than +7";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user