1
0
Fork 0

Compare commits

...

3 commits

Author SHA1 Message Date
Daniel Kempkens 6070a035a2
Update deps
All checks were successful
Build / build-arm64-linux (push) Successful in 17m57s
Build / build-amd64-linux (push) Successful in 30m39s
2023-09-16 13:10:48 +02:00
Daniel Kempkens 6309f696b7
all: use hashedPasswordFile 2023-09-16 13:08:38 +02:00
Daniel Kempkens dd0b1a742e
atticd: Keep data in cache for 6 weeks 2023-09-16 00:37:54 +02:00
7 changed files with 18 additions and 18 deletions

View file

@ -323,11 +323,11 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1694764612,
"narHash": "sha256-ESl/NMxS8ld9IU0prayYTATEqxBdj4D3BrXwUiTY2IY=",
"lastModified": 1694815276,
"narHash": "sha256-9q0AqoOJUZ6pqayUFuyjpD3DhbnqUIF93jixLSlnYxw=",
"owner": "neovim",
"repo": "neovim",
"rev": "a6e4793bafa0edda2ef5e948cd071dc9626688d8",
"rev": "be10d65bfafe056025ffffa2c1131712b9a493a5",
"type": "github"
},
"original": {
@ -346,11 +346,11 @@
]
},
"locked": {
"lastModified": 1694766001,
"narHash": "sha256-vzleD8ZNZ6juhR8Uivadh4V47Iqd0qDVNNTXArCeIwQ=",
"lastModified": 1694852267,
"narHash": "sha256-h55RymhkuKBMnrg4Nz5Hv92eScN9j2DmESTn4a+GcfY=",
"owner": "nifoc",
"repo": "nix-overlay",
"rev": "e568419bda1ed080c30d6f91f68ea24edb3fb300",
"rev": "f3a0916f4ec288db67c3b40d95dd6e0c43082afa",
"type": "github"
},
"original": {

View file

@ -118,12 +118,12 @@ in
};
nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter";
version = "2023-09-15";
version = "2023-09-16";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "bf8b089eecef9e9e8c1765f81613a2fd5e49175c";
sha256 = "1fwsmbqxa9na2a6r1ixz7pjqkbrsscvmjy9xssgm7giy2qhpb6nc";
rev = "794266a4edc8ab57b0d637626f01b5278a9123d8";
sha256 = "0h2wa98ljgkr56yfcbif4xyn2721padzfavj3fd89wib3ylk5qzx";
fetchSubmodules = false;
};
};
@ -162,12 +162,12 @@ in
};
telescope-nvim = buildVimPluginFrom2Nix {
pname = "telescope.nvim";
version = "2023-09-14";
version = "2023-09-16";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope.nvim";
rev = "59812c26d826e8c717e29406267ea1260f71e103";
sha256 = "1c5gs74pajsmdq99g6qfzk7vbp1pl6milxy33zrj2mi3d5hqqwwa";
rev = "b543aaa2c9cf8123ed2fe7dbb6c211a9cd415124";
sha256 = "0k0jymfkp9n65pb5iak7kf89pl41zr7iwg19ww31j3b814am4pjd";
fetchSubmodules = false;
};
};

View file

@ -183,7 +183,7 @@ in
};
daniel = {
passwordFile = config.age.secrets.user-daniel-password.path;
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
isNormalUser = true;
home = "/home/daniel";
description = "Daniel";

View file

@ -149,7 +149,7 @@ in
};
daniel = {
passwordFile = config.age.secrets.user-daniel-password.path;
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
isNormalUser = true;
home = "/home/daniel";
description = "Daniel";

View file

@ -187,7 +187,7 @@ in
};
daniel = {
passwordFile = config.age.secrets.user-daniel-password.path;
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
isNormalUser = true;
home = "/home/daniel";
description = "Daniel";

View file

@ -113,7 +113,7 @@ in
};
daniel = {
passwordFile = config.age.secrets.user-daniel-password.path;
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
isNormalUser = true;
home = "/home/daniel";
description = "Daniel";

View file

@ -33,8 +33,8 @@ in
};
garbage-collection = {
interval = "12 hours";
default-retention-period = "2 weeks";
interval = "24 hours";
default-retention-period = "6 weeks";
};
};
};