This commit is contained in:
Daniel Langbein 2024-01-22 13:55:09 +01:00
parent bbc4c0d0c3
commit e1f38d5a86
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 3 additions and 1 deletions

View File

@ -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;
});
};

View File

@ -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";
};