1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-04-29 00:04:00 +02:00
parent aeb9727210
commit fa15d2f909
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
4 changed files with 28 additions and 25 deletions

View file

@ -166,11 +166,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1682535786, "lastModified": 1682712853,
"narHash": "sha256-NH2a8yB8V25cglvcHDrvaTLvohzMgGLLZ4vnXQn4vOw=", "narHash": "sha256-XWgurvKeJsCLOVZZyR2HlPt56mIjbSgoh/Mi6s5RQS4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d82c9af8175878a461a0fdf914e67cc446664570", "rev": "c4f3a3707104999d5b6fe4c4e5c3833980a92513",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -222,6 +222,7 @@
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "c57746e2b9e3b42c0be9d9fd1d765f245c3827b7",
"type": "github" "type": "github"
} }
}, },
@ -232,11 +233,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1682287953, "lastModified": 1682670105,
"narHash": "sha256-PaGSSmHYr0ErQ/0WfhfatKSmnRUWKuMTnA7zQ9j9DA0=", "narHash": "sha256-2dZBj8od/U0DbykXZ5g+fCxT37Hx9XYYD5frpPXDJrA=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "0e463eba52e8ef82c18920dfa18a78d7096f5f74", "rev": "f0a5c224f8773f69c19f9d1ca70dbf398002c705",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -247,11 +248,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1682566018, "lastModified": 1682656005,
"narHash": "sha256-HPzPRFiy2o/7k7mtnwfM1E6NVZHiFbPdmYCMoIpkHO4=", "narHash": "sha256-fYplYo7so1O+rSQ2/aS+SbTPwLTeoUXk4ekKNtSl4P8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8e3b64db39f2aaa14b35ee5376bd6a2e707cadc2", "rev": "6806b63e824f84b0f0e60b6d660d4ae753de0477",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -24,7 +24,7 @@
}; };
neovim-nightly-overlay = { neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay"; url = "github:nix-community/neovim-nightly-overlay?rev=c57746e2b9e3b42c0be9d9fd1d765f245c3827b7";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -85,12 +85,12 @@ in
}; };
leap-nvim = buildVimPluginFrom2Nix { leap-nvim = buildVimPluginFrom2Nix {
pname = "leap.nvim"; pname = "leap.nvim";
version = "2023-04-18"; version = "2023-04-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ggandor"; owner = "ggandor";
repo = "leap.nvim"; repo = "leap.nvim";
rev = "0eb3611593e135150e2f7880ec67568ccb51c17a"; rev = "6f2912755c9c4ae790abd829f0cf1b07c037b2a4";
sha256 = "1kz843qj8d766x43ys3q9bi6ahjcyw1c063x1kj6dhv3c85l911q"; sha256 = "1xakvx3sxg2l23bqm2r08pcybvi7cx79602dxra0iprr05wg3xzk";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -107,12 +107,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-04-27"; version = "2023-04-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "08e8b2c08bfdcd20e4561620ca0ccda0bb2e050a"; rev = "b8a0791eb435efc790755883cad166a91a4fe864";
sha256 = "1x427zlr4kzw91lhbcbik9hyj4z0x4945mi7nwwy04av03vdb59a"; sha256 = "0ld5fq4d3rrnj445hyknp3cnnkh549z88ym0mlhs5cg7lw2cbcmk";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -286,12 +286,12 @@ in
}; };
comment-nvim = buildVimPluginFrom2Nix { comment-nvim = buildVimPluginFrom2Nix {
pname = "comment.nvim"; pname = "comment.nvim";
version = "2023-04-12"; version = "2023-04-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "numtostr"; owner = "numtostr";
repo = "comment.nvim"; repo = "comment.nvim";
rev = "a89339ffbee677ab0521a483b6dac7e2e67c907e"; rev = "38d3b7eb553872d8866f14a0dd4fe84126068fce";
sha256 = "0q2882md4c42v255y7pfhqiv1vvi0h76wh4i8n2a00958vkmzg36"; sha256 = "1d1a2c864y24lnr8h1xsg9krrk9604vy5mawjccn2fzq9g5vg6z5";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -440,12 +440,12 @@ in
}; };
nvim-ts-autotag = buildVimPluginFrom2Nix { nvim-ts-autotag = buildVimPluginFrom2Nix {
pname = "nvim-ts-autotag"; pname = "nvim-ts-autotag";
version = "2023-04-20"; version = "2023-04-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "windwp"; owner = "windwp";
repo = "nvim-ts-autotag"; repo = "nvim-ts-autotag";
rev = "26761ba6848d814605a629bc8d2694eeb1e48007"; rev = "40615e96075c743ef47aaf9de966dc348bec6459";
sha256 = "1g3ss0mhbwv08y8kpgzqk65d5v4vl9mdl21ya2c7irvsnm23l25r"; sha256 = "0x58mcz3ii3yv7rjfzgxsjy7vnvh0gpxyjr626766vf3ignfdzff";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -539,12 +539,12 @@ in
}; };
gitsigns-nvim = buildVimPluginFrom2Nix { gitsigns-nvim = buildVimPluginFrom2Nix {
pname = "gitsigns.nvim"; pname = "gitsigns.nvim";
version = "2023-04-21"; version = "2023-04-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lewis6991"; owner = "lewis6991";
repo = "gitsigns.nvim"; repo = "gitsigns.nvim";
rev = "7dfe4be94b4f84a9931098f0f0f618d055e50bd5"; rev = "e5edefd9976039f5352e0c900f35206770b33a2d";
sha256 = "1jpiiyv6b2dcswjjd1c8p7d65040ik0cx862kp8f7f21xz0salzb"; sha256 = "1g3wh3zwa9ympdfglgxnnfwnv958dyl0l8jqi2an4kgabl6f5471";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

View file

@ -4,7 +4,9 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
podman podman
qemu qemu
gvproxy
skopeo skopeo
dive
]; ];
xdg.configFile."containers/containers.conf.d/nix.conf".text = '' xdg.configFile."containers/containers.conf.d/nix.conf".text = ''