update lockfile, fix age not building

This commit is contained in:
Noah Masur
2023-02-02 11:01:12 -05:00
parent 521937e366
commit ceaad9d186
3 changed files with 57 additions and 43 deletions

View File

@ -17,6 +17,20 @@ in {
home-manager.users.${config.user} = {
# Fix: age won't build
nixpkgs.overlays = [
(final: prev: {
age = prev.age.overrideAttrs (old: {
src = prev.fetchFromGitHub {
owner = "FiloSottile";
repo = "age";
rev = "7354aa0d08a06eac42c635670a55f858bd23c943";
sha256 = "H80mNTgZmExDMgubONIXP7jmLBvNMVqXee6NiZJhPFY=";
};
});
})
];
home.packages = with pkgs; [
unzip # Extract zips
rsync # Copy folders