1
0
Fork 0

Compare commits

..

No commits in common. "aa8020bfdedfd6e80592736746e44c318ed6f14c" and "58d642d97b44652159a3d79cf00ebac4ecdf4c2d" have entirely different histories.

4 changed files with 19 additions and 19 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Update dependencies
run: |
nix flake update
env NIX_PATH=nixpkgs=$(nix flake metadata github:nixos/nixpkgs/nixos-unstable-small --json | jq -r .path) nix-shell ./home/programs/nvim/update-plugins.sh
env NIX_PATH=nixpkgs=$(nix flake metadata github:nixos/nixpkgs/nixos-unstable --json | jq -r .path) nix-shell ./home/programs/nvim/update-plugins.sh
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[automation] Update flake"

View file

@ -78,11 +78,11 @@
]
},
"locked": {
"lastModified": 1703063214,
"narHash": "sha256-OgrRZKb7IkSSlIshUDaD7plxe0xIQauMA1y+OirtEWo=",
"lastModified": 1702862583,
"narHash": "sha256-WXsUhQxFBkivItTteAeQ7j7kRdL7zFU4NOmdZ8KLHuc=",
"owner": "nix-community",
"repo": "disko",
"rev": "b4104fcaea42037b04c199a5d6784682a15be254",
"rev": "e74526b33421a52ce06b2ccadbe670d25012eb01",
"type": "github"
},
"original": {
@ -303,11 +303,11 @@
]
},
"locked": {
"lastModified": 1703073260,
"narHash": "sha256-pItZkHK1zaY5Rv7d6eEyJ81t/Evp37xKy+BX4C/QofI=",
"lastModified": 1703037675,
"narHash": "sha256-bA46KV2MxJE0IvKXE67GvNhOnHiEcbQxeLFwsv20PN4=",
"ref": "refs/heads/master",
"rev": "a97a551be340f07ccfb958d52f4047f30b150b08",
"revCount": 639,
"rev": "0e03adb60af33ebfe043d35e2661e792f72eacde",
"revCount": 637,
"type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
},

View file

@ -117,29 +117,29 @@ in
};
nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter";
version = "2023-12-20";
version = "2023-12-19";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "cdb2ec999c1fb173500e2f9ab4dcd9aa62506c72";
sha256 = "0i9pqqcarzv7scxl8qw1d07a0qqnfz2fy20hahnj4y48cjv5mk17";
rev = "0dfbf5e48e8551212c2a9f1c74cb080c8e76b5d1";
sha256 = "1vy1xgxi696j4as5l9831jpy1v1x3kfn1mak7gn0fyv97a987b25";
fetchSubmodules = false;
};
};
vim-just = buildVimPlugin {
pname = "vim-just";
version = "2023-12-20";
version = "2023-12-17";
src = fetchFromGitHub {
owner = "NoahTheDuke";
repo = "vim-just";
rev = "0039f3b1670092e5000d60d9437a7ae3b74470e2";
sha256 = "1rcrl499zgxm51fibw2xlzyyxfhp68pv4s9qcqmnmfcmz10a06a3";
rev = "e2e42ae765f53569efb7178a7bbb9a6977d269e2";
sha256 = "0a930prjv6b09qkn2zwmn5bxs73sad48v3mr8g9b7f0i4528iklz";
fetchSubmodules = false;
};
};
rainbow-delimiters-nvim = buildVimPlugin {
pname = "rainbow-delimiters.nvim";
version = "2023-12-20";
version = "2023-12-19";
src = fetchFromGitHub {
owner = "HiPhish";
repo = "rainbow-delimiters.nvim";
@ -172,7 +172,7 @@ in
};
telescope-nvim = buildVimPlugin {
pname = "telescope.nvim";
version = "2023-12-20";
version = "2023-12-19";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope.nvim";
@ -230,12 +230,12 @@ in
};
nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig";
version = "2023-12-20";
version = "2023-12-19";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "a2e84ddef8d17a71dc8115f72e264c97328f5d33";
sha256 = "19cgid5723n4sk6n4nnc67xbkjdrmyq9fyxd62i3alflk3pxiw15";
rev = "e85816c5803410cacb52e9b4fbdb72a1f1a6bd11";
sha256 = "03yvhgm80lzrn7x4j3qvjwcz8yvnc0db926bw3yw7537samqn5g5";
fetchSubmodules = false;
};
};