Update deps
This commit is contained in:
parent
e9dd891fc0
commit
8b50168b4d
3 changed files with 29 additions and 24 deletions
18
flake.lock
18
flake.lock
|
@ -276,11 +276,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "contrib",
|
"dir": "contrib",
|
||||||
"lastModified": 1684915489,
|
"lastModified": 1684955687,
|
||||||
"narHash": "sha256-Zf0XjVxxsRf4Mp2zInSenh47lxBdFHwKjZ27YfKqGsk=",
|
"narHash": "sha256-6xjWuJE1yNiNvRHOsrYPvm2XQTx01yklpJnz0uBLnlQ=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "c855eee919f2d4edc9b9fa91b277454290fbabfe",
|
"rev": "ebb10d624825468c1f75bd14725cce500974b673",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -300,11 +300,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1684916405,
|
"lastModified": 1685002774,
|
||||||
"narHash": "sha256-CVhnfcdEMeYvza6q8a+DwAXzYxD8sF5x3KBszWRLhrA=",
|
"narHash": "sha256-G3dlX0eHsOyG5uj99JehJKqfjADTxlSvR8ibcmCAg38=",
|
||||||
"owner": "nifoc",
|
"owner": "nifoc",
|
||||||
"repo": "nix-overlay",
|
"repo": "nix-overlay",
|
||||||
"rev": "05176d80b3158acb6217f1badc2794050f55b8f0",
|
"rev": "a7c27c0d1bae2d65f4b5856b9a67cad2915c2734",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -315,11 +315,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1684911969,
|
"lastModified": 1684973047,
|
||||||
"narHash": "sha256-j2tz1P2rA3d1WYHk8+1WbYDIJO33BqW1EfQSvi+/O8s=",
|
"narHash": "sha256-ZLnSr35L6C49pCZS9fZCCqkIKNAeQzykov2QfosNG9w=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "87f9156865ab09e3bde39aadb4131ae364ae704e",
|
"rev": "21eb6c6ba74dcbe3ea5926ee46287300fb066630",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -23,8 +23,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-lua";
|
owner = "nvim-lua";
|
||||||
repo = "plenary.nvim";
|
repo = "plenary.nvim";
|
||||||
rev = "6aeb98daac98ade8346e107b3eef47c5eaf1ffdb";
|
rev = "52544825d6b8be677eb395983515ad5e30ae1f2e";
|
||||||
sha256 = "1cihzbifsvjzk4ppdsfx8wrpq02vixv9sc6hd2clrhzxi48864wd";
|
sha256 = "0l25gvxwzs1kq4v1jrngy52091kc9kb64ny825ns518c5k4g3kd3";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -107,12 +107,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-treesitter = buildVimPluginFrom2Nix {
|
nvim-treesitter = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-treesitter";
|
pname = "nvim-treesitter";
|
||||||
version = "2023-05-24";
|
version = "2023-05-25";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "9bef7260449b4ed5e917eda87b6eca6853526329";
|
rev = "dae928b3bbbcdd3890c61549bdc4c50e1e0d3094";
|
||||||
sha256 = "0c5xkyrbnba9kxqd0l3i1smawgh8604rj5srswyfq50qjnqgkziq";
|
sha256 = "1wwb9bzjm7axyw0hzrwinhmxi3snhc6i4sbq7pa715yjg8xj1sny";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -140,23 +140,23 @@ in
|
||||||
};
|
};
|
||||||
telescope-nvim = buildVimPluginFrom2Nix {
|
telescope-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "telescope.nvim";
|
pname = "telescope.nvim";
|
||||||
version = "2023-05-24";
|
version = "2023-05-25";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-telescope";
|
owner = "nvim-telescope";
|
||||||
repo = "telescope.nvim";
|
repo = "telescope.nvim";
|
||||||
rev = "9609686a8cd5d75d03ba96775e8517932a0342c0";
|
rev = "6d3fbffe426794296a77bb0b37b6ae0f4f14f807";
|
||||||
sha256 = "0f5j32fyv0wbqh002ra1qsnxfcsf53llmcp6rx73iiz4p6fv6j7l";
|
sha256 = "171f5lprqfdyh2lg2wkakzdxkxpzxdd9x2nhmvhv63rbskf0v00l";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
telescope-fzf-native-nvim = buildVimPluginFrom2Nix {
|
telescope-fzf-native-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "telescope-fzf-native.nvim";
|
pname = "telescope-fzf-native.nvim";
|
||||||
version = "2023-02-05";
|
version = "2023-05-25";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-telescope";
|
owner = "nvim-telescope";
|
||||||
repo = "telescope-fzf-native.nvim";
|
repo = "telescope-fzf-native.nvim";
|
||||||
rev = "580b6c48651cabb63455e97d7e131ed557b8c7e2";
|
rev = "9bc8237565ded606e6c366a71c64c0af25cd7a50";
|
||||||
sha256 = "1yjdn4729syz80radl90f2bsh7jl73rxq5ss0yp2qjj7aj8hkhm6";
|
sha256 = "0g5n3x66kf5fbzv8rprpyi8hb6v961s0whk8dc6v8r1msc2m4zbs";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
@ -572,12 +572,12 @@ in
|
||||||
};
|
};
|
||||||
noice-nvim = buildVimPluginFrom2Nix {
|
noice-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "noice.nvim";
|
pname = "noice.nvim";
|
||||||
version = "2023-05-24";
|
version = "2023-05-25";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "folke";
|
owner = "folke";
|
||||||
repo = "noice.nvim";
|
repo = "noice.nvim";
|
||||||
rev = "ab39f4f6507df44b41ff3077086d7bfd79bfad6e";
|
rev = "1478f7295806d354e7689edc2a58f3bc2e697f78";
|
||||||
sha256 = "1pwlhmy9lc589sg7vq5vk2sa6aavj2k3h1kymycmkipcjyvj4c3k";
|
sha256 = "1ngzmkw94fkyjsrci7iffp1inm2nkq4q6g0i43dm7ndg3sckw4f5";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, config, secret, ... }:
|
{ pkgs, config, lib, secret, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
fqdn = "attic.cache.daniel.sx";
|
fqdn = "attic.cache.daniel.sx";
|
||||||
|
@ -39,6 +39,11 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.atticd = {
|
||||||
|
after = lib.mkForce [ "network.target" "network-online.target" ];
|
||||||
|
wants = [ "network.target" "network-online.target" ];
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."${fqdn}" = {
|
services.nginx.virtualHosts."${fqdn}" = {
|
||||||
quic = true;
|
quic = true;
|
||||||
http3 = true;
|
http3 = true;
|
||||||
|
|
Loading…
Reference in a new issue