Update deps
This commit is contained in:
parent
c6cad9df9f
commit
21afb0e2c1
3 changed files with 23 additions and 23 deletions
30
flake.lock
30
flake.lock
|
@ -389,11 +389,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "contrib",
|
||||
"lastModified": 1690530118,
|
||||
"narHash": "sha256-98ViYsOjGVlufEyY36GbGJvpVyPjV1mjEaWpMNgyZ7Y=",
|
||||
"lastModified": 1690552121,
|
||||
"narHash": "sha256-bNeKWkhEHAGzqA/Jl76INUTwxY4EWObtRedh6FJpXdE=",
|
||||
"owner": "neovim",
|
||||
"repo": "neovim",
|
||||
"rev": "c1c2a1b5dd1d73e5e97b94e6626aaac25a3db9bc",
|
||||
"rev": "42333ea98dfcd2994ee128a3467dfe68205154cd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -414,11 +414,11 @@
|
|||
"weewx-proxy-flake": "weewx-proxy-flake"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1690532344,
|
||||
"narHash": "sha256-SsVEAIGbc2ohEsCdnhStl97Hf+G0x3cJZ03e5Z/2Krw=",
|
||||
"lastModified": 1690618637,
|
||||
"narHash": "sha256-IXzjzM2Qe11IGL0C9U+C9oCgp7t/mlXBT6vRoeRRRd8=",
|
||||
"owner": "nifoc",
|
||||
"repo": "nix-overlay",
|
||||
"rev": "cb279e46aea06d233d17cbac07a944056719ed86",
|
||||
"rev": "8d400776d59bd7900e801741452182dfa82bf1a4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -465,11 +465,11 @@
|
|||
},
|
||||
"nixos-stable": {
|
||||
"locked": {
|
||||
"lastModified": 1690470004,
|
||||
"narHash": "sha256-l57RmPhPz9r1LGDg/0v8bYgJO8R+GGTQZtkIxE7negU=",
|
||||
"lastModified": 1690558459,
|
||||
"narHash": "sha256-5W7y1l2cLYPkpJGNlAja7XW2X2o9rjf0O1mo9nxS9jQ=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "9462344318b376e157c94fa60c20a25b913b2381",
|
||||
"rev": "48e82fe1b1c863ee26a33ce9bd39621d2ada0a33",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -481,11 +481,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1690510391,
|
||||
"narHash": "sha256-Df5Rd40afsqFzaZ/kUWNoVxHFKmuGO4UI/bbxwlRcDY=",
|
||||
"lastModified": 1690593349,
|
||||
"narHash": "sha256-i6jdORO+YiP19pFNeR7oYIIwmzQvdxwNO+BmtATcYpA=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "f68a459f743733d53a0f5f9ce4b7b70eea5f8722",
|
||||
"rev": "11cf5e1c74fe6892e860afeeaf3bfb84fdb7b1c3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -574,11 +574,11 @@
|
|||
"nixpkgs-stable": "nixpkgs-stable_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1690464206,
|
||||
"narHash": "sha256-38V4kmOh6ikpfGiAS+Kt2H/TA2DubSqE66veP/jmB4Q=",
|
||||
"lastModified": 1690628027,
|
||||
"narHash": "sha256-OTSbA2hM6VmxyZ/4siYPANffMBzIsKu04GLjXcv8ST0=",
|
||||
"owner": "cachix",
|
||||
"repo": "pre-commit-hooks.nix",
|
||||
"rev": "9289996dcac62fd45836db7c07b87d2521eb526d",
|
||||
"rev": "1e2443dd3f669eb65433b2fc26a3065e05a7dc9c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -107,23 +107,23 @@ in
|
|||
};
|
||||
dracula-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "dracula.nvim";
|
||||
version = "2023-07-16";
|
||||
version = "2023-07-29";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mofiqul";
|
||||
repo = "dracula.nvim";
|
||||
rev = "948d237241b91389c8c2f109885b91cd2574b8bb";
|
||||
sha256 = "09cgyskfmqnp0gl1qbwfij8a6r6c0frgbj39zjx15frbhraygpdb";
|
||||
rev = "9fe831e685a76e1a1898a694623b33247c4d036c";
|
||||
sha256 = "03mrsy17fvdislkf50hfxp87kw2k53zfyygc21ln11792k2nmfc1";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
nvim-treesitter = buildVimPluginFrom2Nix {
|
||||
pname = "nvim-treesitter";
|
||||
version = "2023-07-28";
|
||||
version = "2023-07-29";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-treesitter";
|
||||
repo = "nvim-treesitter";
|
||||
rev = "db0ccd920b3cf7e96a0a9b43aac0f367decd231a";
|
||||
sha256 = "18c99b2zlv33ndsrhnwibxlcb21zpzn4fqx1jljh9cmrx4l78man";
|
||||
rev = "ee107fc759647293a84ad42b867f518331364fbe";
|
||||
sha256 = "084cgf3cq9nnsxgkbc48ysr72zjzgs9ljzxc13pjqdsl2c6vkk3s";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p git fd jq rg
|
||||
#!nix-shell -i bash -p git fd ripgrep
|
||||
# shellcheck disable=SC1008
|
||||
|
||||
if git remote -v | rg -q nedeco; then
|
||||
jq -cr ".variables.pkgsBuildHost.value[]" "$(fd '^flake-profile-[a-z0-9]+$' ./.direnv/)" | while read -r dir; do
|
||||
nix path-info -r "$(fd '^flake-profile-[a-z0-9]+$' ./.direnv/)" | while read -r dir; do
|
||||
echo "Uploading $dir ..."
|
||||
|
||||
if attic push nedeco:devshells "$dir"; then
|
||||
|
|
Loading…
Reference in a new issue