diff --git a/flake.lock b/flake.lock index 78f9af2..0c3e539 100644 --- a/flake.lock +++ b/flake.lock @@ -244,11 +244,11 @@ ] }, "locked": { - "lastModified": 1701433070, - "narHash": "sha256-Gf9JStfENaUQ7YWFz3V7x/srIwr4nlnVteqaAxtwpgM=", + "lastModified": 1701609479, + "narHash": "sha256-mcEnMz7XB3K57ZX16VXoEkswljSNGXdMuUu5+g8a8R8=", "owner": "nix-community", "repo": "home-manager", - "rev": "4a8545f5e737a6338814a4676dc8e18c7f43fc57", + "rev": "e504e8d01f950776c3a3160ba38c5957a1b89e66", "type": "github" }, "original": { @@ -287,11 +287,11 @@ }, "locked": { "dir": "contrib", - "lastModified": 1701517815, - "narHash": "sha256-uVI5StYVlzqkHG6LKhHiZbZXQkyyNrSb1bFI5URiQ90=", + "lastModified": 1701540140, + "narHash": "sha256-STWB5LiEQzDbEtyCF4ISjD13+7cWEFErYK8mEmuQSHQ=", "owner": "neovim", "repo": "neovim", - "rev": "17f3a3ae31d91944a5a4e56aa743745cff7fdf07", + "rev": "481a3158866638946c91fab28ae5bca97ff1e814", "type": "github" }, "original": { @@ -312,11 +312,11 @@ ] }, "locked": { - "lastModified": 1701518258, - "narHash": "sha256-3nDeiBykqEFhOhPS8cRpRpG4of2RtqzQj1go0sqNjuE=", + "lastModified": 1701606966, + "narHash": "sha256-pxfs7W5cEikmU6J5RIzHLe/txhOY8L4yL3kRm6g8UpU=", "ref": "refs/heads/master", - "rev": "20d8ed422560cbd5157958d9ba2fad6f0fb31bdb", - "revCount": 607, + "rev": "a9c76a0c2d5e042a625944a9ffeb1e52d0c7823d", + "revCount": 610, "type": "git", "url": "https://git.kempkens.io/daniel/nix-overlay" }, @@ -347,11 +347,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1701250978, - "narHash": "sha256-ohu3cz4edjpGxs2qUTgbs0WrnewOX4crnUJNEB6Jox4=", + "lastModified": 1701598471, + "narHash": "sha256-kHdJ2qc4qKeMTzUIHEcP41ah/dBIhCgvWgrjllt2G78=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "8772491ed75f150f02552c60694e1beff9f46013", + "rev": "a89745edd5f657e2e5be5ed1bea86725ca78d92e", "type": "github" }, "original": { @@ -363,11 +363,11 @@ }, "nixos-unstable": { "locked": { - "lastModified": 1701368325, - "narHash": "sha256-3OqZyi2EdopJxpxwrySPyCTuCvfBY4oXTLVgQ4B6qDg=", + "lastModified": 1701423271, + "narHash": "sha256-hgmzOYg8PHeb2scH0vfEGABXX9Eqjn6aZjmpQXbsq64=", "owner": "nixos", "repo": "nixpkgs", - "rev": "3934dbde4f4a0e266825348bc4ad1bdd00a8d6a3", + "rev": "3771eeacc933d214af98474db7c4dcf15607ead5", "type": "github" }, "original": { @@ -379,11 +379,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1701336116, - "narHash": "sha256-kEmpezCR/FpITc6yMbAh4WrOCiT2zg5pSjnKrq51h5Y=", + "lastModified": 1701432845, + "narHash": "sha256-06sd2rQ+DPMSueh+hW4MiXbpMSdhQHJOi/sw0vuwqvs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f5c27c6136db4d76c30e533c20517df6864c46ee", + "rev": "77da99a144cd341408308e0a37622f5edcc6c5ba", "type": "github" }, "original": { diff --git a/home/programs/nvim/plugins.nix b/home/programs/nvim/plugins.nix index 0efa797..c2710e9 100644 --- a/home/programs/nvim/plugins.nix +++ b/home/programs/nvim/plugins.nix @@ -117,12 +117,12 @@ in }; nvim-treesitter = buildVimPlugin { pname = "nvim-treesitter"; - version = "2023-12-01"; + version = "2023-12-03"; src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "80a16deb5146a3eb4648effccda1ab9f45e43e76"; - sha256 = "0mgm5b80flk5171b3b2gsy2pjdimc0xbjbsdg4qf9hgzjyxf9jmi"; + rev = "0791b5ebb590a2d44e20640c52679df1fc42e8ab"; + sha256 = "1a6sy62hwb1kclm6czbi1m9vv2xcp7pswgsafrxff96ahkqnbrrm"; fetchSubmodules = false; }; }; @@ -172,12 +172,12 @@ in }; telescope-nvim = buildVimPlugin { pname = "telescope.nvim"; - version = "2023-12-02"; + version = "2023-12-03"; src = fetchFromGitHub { owner = "nvim-telescope"; repo = "telescope.nvim"; - rev = "5f18f3dc5106cc469864a51b879b112bfb496a79"; - sha256 = "0gwyix7m0jx3nb8f7chd0d7hqabraygxgsfcjk9l0i8jrwyvyi3m"; + rev = "e90fdba90d29d0284cefa4ef5833ef3e56602057"; + sha256 = "1askrww2iv5rj3sf817z338kpy6nmwgkisnhvzl45a1sqyav6cyg"; fetchSubmodules = false; }; }; @@ -296,12 +296,12 @@ in }; nvim-lint = buildVimPlugin { pname = "nvim-lint"; - version = "2023-11-29"; + version = "2023-12-03"; src = fetchFromGitHub { owner = "mfussenegger"; repo = "nvim-lint"; - rev = "6f589cb93560581dc2a3b9693658afe865e5649e"; - sha256 = "0zrqdcz604azwm7342vvqbdxvpqd40rr50qcfj1lfrlxxj46qgb1"; + rev = "f20f35756e74b91c0b4340d01fee22422bdffefa"; + sha256 = "1whq19qifw8w6bkm8sl80h0krjyrpsd9zyyq0skfl3bbsn31vlsv"; fetchSubmodules = false; }; }; @@ -318,12 +318,12 @@ in }; LuaSnip = buildVimPlugin { pname = "LuaSnip"; - version = "2023-12-02"; + version = "2023-12-03"; src = fetchFromGitHub { owner = "L3MON4D3"; repo = "LuaSnip"; - rev = "07f217ff03be671e7ec0f2f226e2b80c587a3f6c"; - sha256 = "0cbq2sqgv3vdyn3d274akd5h9m4b0w65wgrs12gngxv45p9i1s85"; + rev = "f03089854a8e15594a01562fa7192d0009a6fbe7"; + sha256 = "19llk3qcqdppcvh0v71lj6hl94yphxdaqb4506n475sv6jnqg3db"; fetchSubmodules = false; }; }; diff --git a/system/nixos/nitter.nix b/system/nixos/nitter.nix index a18884f..d1e0bd7 100644 --- a/system/nixos/nitter.nix +++ b/system/nixos/nitter.nix @@ -1,7 +1,7 @@ { pkgs, config, secret, ... }: let - nitter-pkg = pkgs.nitter-unstable; + nitter-pkg = pkgs.nitter; in { # Based on: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/misc/nitter.nix