1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-04-23 01:21:04 +02:00
parent 3381d626ea
commit 8ee9ffd931
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
8 changed files with 42 additions and 38 deletions

View file

@ -10,11 +10,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1680281360, "lastModified": 1682101079,
"narHash": "sha256-XdLTgAzjJNDhAG2V+++0bHpSzfvArvr2pW6omiFfEJk=", "narHash": "sha256-MdAhtjrLKnk2uiqun1FWABbKpLH090oeqCSiWemtuck=",
"owner": "ryantm", "owner": "ryantm",
"repo": "agenix", "repo": "agenix",
"rev": "e64961977f60388dd0b49572bb0fc453b871f896", "rev": "2994d002dcff5353ca1ac48ec584c7f6589fe447",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -166,11 +166,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681971090, "lastModified": 1682203081,
"narHash": "sha256-3j0M63GkG6GGny9e+C//GyuDCx1IwrurD27S0YI+GQY=", "narHash": "sha256-kRL4ejWDhi0zph/FpebFYhzqlOBrk0Pl3dzGEKSAlEw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "5160039edca28a7e66bad0cfc72a07c91d6768ad", "rev": "32d3e39c491e2f91152c84f8ad8b003420eab0a1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -189,11 +189,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1681890086, "lastModified": 1682149058,
"narHash": "sha256-RGmSXFUOjOjyVwTtEwOhg61pnGf8Ncoru2kdy9JGxUI=", "narHash": "sha256-liKQkj0OwtwJLzwxcXbqf6YLoYeAKCKFBAZmIWHglDQ=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "6d9f5b6bf0fc324b33ce01f74a6030c9271b1a01", "rev": "e9b85acfbb8d3b1dd6f92deb187800be757c6c68",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -212,17 +212,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681892033, "lastModified": 1682151148,
"narHash": "sha256-HBTBGFFRa7A0TGHVy5it7lODkJthdFYBDemu8ffQKLk=", "narHash": "sha256-MbHQHmJLIr5ViRV2VrMS+Y/ZVZzTsmfRAW+GoDZDCK4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "ef6c08f5ac8c60a4aef9747a366b4008ebba4b9f", "rev": "247fad92a8826d71f01dc178e98a65b743793a35",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "ef6c08f5ac8c60a4aef9747a366b4008ebba4b9f",
"type": "github" "type": "github"
} }
}, },
@ -233,11 +232,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681806161, "lastModified": 1682205365,
"narHash": "sha256-DqzOKY71TT27FiGsm8Qq6sf2ZtKj0PrkMtvnNhL2gdI=", "narHash": "sha256-+OzC7N+MqQS+zwG4gO4ONWVHTSuYCJrVmQDnHPEb930=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "51c6456d92be8c804afccb8cddd21907b0fb05f4", "rev": "f4b6e3358e5dbcbdcfa2e7fcdc9d88dc6bfca544",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -248,11 +247,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1681903854, "lastModified": 1682109806,
"narHash": "sha256-U3vbSEdct4aUu+vk3YsBiwokN3th4Jvde7S8gnVmeAA=", "narHash": "sha256-d9g7RKNShMLboTWwukM+RObDWWpHKaqTYXB48clBWXI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bb2009ca185d97813e75736c2b8d1d8bb81bde05", "rev": "2362848adf8def2866fabbffc50462e929d7fffb",
"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?rev=ef6c08f5ac8c60a4aef9747a366b4008ebba4b9f"; url = "github:nix-community/neovim-nightly-overlay";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -107,12 +107,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-04-20"; version = "2023-04-22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "b0338a056525e83d88aaa76e8cf396af07410bed"; rev = "57d1a5843742a180be9a3a1d1c652a7d22709691";
sha256 = "1f3czr1xid0d9s2fbv3671njwhxa60051x3lskkj47hb9w7k0d7l"; sha256 = "03qsa55pnp0kyrg18y1v79vcx2hl4dy2ibbn0jg8fhz8p4q8bg8w";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -220,12 +220,12 @@ in
}; };
nvim-lspconfig = buildVimPluginFrom2Nix { nvim-lspconfig = buildVimPluginFrom2Nix {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2023-04-16"; version = "2023-04-22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "eddaef928c1e1dd79a96f5db45f2fd7f2efe7ea0"; rev = "cf95480e876ef7699bf08a1d02aa0ae3f4d5f353";
sha256 = "1gpkmywjlyyx8zmvyxqsrrfyrxsvs42gd442k05nhfv75z077dcf"; sha256 = "1fjlvhmi70bwpzzag37kik1ffy5ih6waa1a4f9m5g5prlkwy1w4s";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -253,12 +253,12 @@ in
}; };
nvim-navic = buildVimPluginFrom2Nix { nvim-navic = buildVimPluginFrom2Nix {
pname = "nvim-navic"; pname = "nvim-navic";
version = "2023-04-19"; version = "2023-04-22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SmiteshP"; owner = "SmiteshP";
repo = "nvim-navic"; repo = "nvim-navic";
rev = "66de418892b30709c6a5e79075dd6f4d5689a8c0"; rev = "83dc174da915f9dbc9b51169e9b62a2e0d42b527";
sha256 = "1b8hfjq5icg396h147682fxhf4mkvxz4vikaq044y3n2hn919nc6"; sha256 = "19lr5mlhnfd9s47mvhhkxl343slsvhw8ni5gqb9p11k1zznl2h9b";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -451,12 +451,12 @@ in
}; };
vim-matchup = buildVimPluginFrom2Nix { vim-matchup = buildVimPluginFrom2Nix {
pname = "vim-matchup"; pname = "vim-matchup";
version = "2023-04-20"; version = "2023-04-22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andymass"; owner = "andymass";
repo = "vim-matchup"; repo = "vim-matchup";
rev = "1364b2ba551c82fdb342b646da666a477490c063"; rev = "1e276be9306490e439784cf5e8abe1f93b4a41b6";
sha256 = "1fqnp195gxh8wcjvdv01iq6zd04d43nml3d2qlxqr6fcc5pvrn9a"; sha256 = "0jwjnwrxm9abng03gxr9yp675s93n4c6m5yq71q5s14fkam5vr2c";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -539,12 +539,12 @@ in
}; };
gitsigns-nvim = buildVimPluginFrom2Nix { gitsigns-nvim = buildVimPluginFrom2Nix {
pname = "gitsigns.nvim"; pname = "gitsigns.nvim";
version = "2023-04-04"; version = "2023-04-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lewis6991"; owner = "lewis6991";
repo = "gitsigns.nvim"; repo = "gitsigns.nvim";
rev = "372d5cb485f2062ac74abc5b33054abac21d8b58"; rev = "7dfe4be94b4f84a9931098f0f0f618d055e50bd5";
sha256 = "0wck04ja0i77g1acidfrb3b44zvd8yiywlqwa64ji0isxl85aicx"; sha256 = "1jpiiyv6b2dcswjjd1c8p7d65040ik0cx862kp8f7f21xz0salzb";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -572,12 +572,12 @@ in
}; };
noice-nvim = buildVimPluginFrom2Nix { noice-nvim = buildVimPluginFrom2Nix {
pname = "noice.nvim"; pname = "noice.nvim";
version = "2023-04-18"; version = "2023-04-22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "folke"; owner = "folke";
repo = "noice.nvim"; repo = "noice.nvim";
rev = "7bd435a48a2d2b3f028c633126e3f669ae6b902f"; rev = "0f12ed399e79aa49f283aa954468b92be65e03ed";
sha256 = "003pbngbf7wvac91lpy717sp3blkxv869f17brshwhciq2zzfxjm"; sha256 = "196lc9y6bfxivsfkck739dkr66arf3jgqgyaha34nc7mk9s0395g";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

View file

@ -35,6 +35,7 @@ in
{ {
nixpkgs = nixpkgsConfig; nixpkgs = nixpkgsConfig;
nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
nix.registry.nixpkgs.flake = nixpkgs;
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.users.daniel = import ../../home/hosts/Styx.nix; home-manager.users.daniel = import ../../home/hosts/Styx.nix;

View file

@ -33,6 +33,7 @@ in
{ {
nixpkgs = nixpkgsConfig; nixpkgs = nixpkgsConfig;
nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
nix.registry.nixpkgs.flake = nixpkgs;
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.users.daniel = import ../../home/hosts/adsb-antenna.nix; home-manager.users.daniel = import ../../home/hosts/adsb-antenna.nix;

View file

@ -31,6 +31,7 @@ in
{ {
nixpkgs = nixpkgsConfig; nixpkgs = nixpkgsConfig;
nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
nix.registry.nixpkgs.flake = nixpkgs;
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.users.daniel = import ../../home/hosts/attic.nix; home-manager.users.daniel = import ../../home/hosts/attic.nix;

View file

@ -31,6 +31,7 @@ in
{ {
nixpkgs = nixpkgsConfig; nixpkgs = nixpkgsConfig;
nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
nix.registry.nixpkgs.flake = nixpkgs;
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.users.daniel = import ../../home/hosts/mediaserver.nix; home-manager.users.daniel = import ../../home/hosts/mediaserver.nix;

View file

@ -31,6 +31,7 @@ in
{ {
nixpkgs = nixpkgsConfig; nixpkgs = nixpkgsConfig;
nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
nix.registry.nixpkgs.flake = nixpkgs;
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.users.daniel = import ../../home/hosts/sail.nix; home-manager.users.daniel = import ../../home/hosts/sail.nix;