Update deps
This commit is contained in:
parent
e0f8cf973b
commit
bae97dfa25
3 changed files with 12 additions and 11 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
- run: nix build '.#nixosConfigurations.tanker.pkgs.attic-server'
|
||||
- run: nix build '.#nixosConfigurations.tanker.pkgs.attic-client'
|
||||
- run: nix build '.#nixosConfigurations.tanker.pkgs.deploy-rs'
|
||||
- run: nix build '.#nixosConfigurations.tanker.config.home-manager.users.daniel.programs.neovim'
|
||||
|
||||
build-arm64-linux:
|
||||
runs-on: buildjet-2vcpu-ubuntu-2204-arm
|
||||
|
@ -33,5 +34,5 @@ jobs:
|
|||
with:
|
||||
name: nifoc
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix build '.#nixosConfigurations.adsb-antenna.pkgs.attic-client'
|
||||
- run: nix build '.#nixosConfigurations.adsb-antenna.pkgs.deploy-rs'
|
||||
- run: nix build '.#nixosConfigurations.argon.pkgs.attic-client'
|
||||
- run: nix build '.#nixosConfigurations.argon.pkgs.deploy-rs'
|
||||
|
|
|
@ -276,11 +276,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1688538658,
|
||||
"narHash": "sha256-clmdd/NB9jqhuB9TlSyj9nI1dW2rqroPQCsHGYfD1jU=",
|
||||
"lastModified": 1688552611,
|
||||
"narHash": "sha256-pV/1/AU1l5CNFeKmdJ1jofcaKHhtKAbxY4gazeCyoSo=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "2f78e6fcba61ce81536d19e6c662e55ab272d539",
|
||||
"rev": "b23c7501f7e0a001486c9a5555a6c53ac7b08e85",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -297,12 +297,12 @@ in
|
|||
};
|
||||
LuaSnip = buildVimPluginFrom2Nix {
|
||||
pname = "LuaSnip";
|
||||
version = "2023-06-29";
|
||||
version = "2023-07-05";
|
||||
src = fetchFromGitHub {
|
||||
owner = "L3MON4D3";
|
||||
repo = "LuaSnip";
|
||||
rev = "105b5f7f72c13e682a3aa5d29eac2408ae513b22";
|
||||
sha256 = "008as63h71fhdcc8fli6pypdn5qhf07vp397l8rglzybqrxh7ipq";
|
||||
rev = "db0aba4a39b28ff5564def07c25bb4bd06a78fdc";
|
||||
sha256 = "16khnc2zakxfiy6ikdd5afyfp0knplw3l95adzb98m61h4cvfnhi";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
|
@ -484,12 +484,12 @@ in
|
|||
};
|
||||
heirline-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "heirline.nvim";
|
||||
version = "2023-05-17";
|
||||
version = "2023-07-05";
|
||||
src = fetchFromGitHub {
|
||||
owner = "rebelot";
|
||||
repo = "heirline.nvim";
|
||||
rev = "2a151df2dc870e79b138a59ebaaaddf3d1b0d703";
|
||||
sha256 = "1sx2nl6w78m03n0aipv8v9r5w32zivx24ljfa6m00ni39acm0d1a";
|
||||
rev = "76136ccd93ed608e8109762f032cf1118981ebbd";
|
||||
sha256 = "09mqjrbzhfbfs6n1hg4dv5kfr1xbwbq5qhd8b52550bs6a43r9bg";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue