1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-07-05 13:25:30 +02:00
parent e0f8cf973b
commit bae97dfa25
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 12 additions and 11 deletions

View file

@ -22,6 +22,7 @@ jobs:
- run: nix build '.#nixosConfigurations.tanker.pkgs.attic-server' - run: nix build '.#nixosConfigurations.tanker.pkgs.attic-server'
- run: nix build '.#nixosConfigurations.tanker.pkgs.attic-client' - run: nix build '.#nixosConfigurations.tanker.pkgs.attic-client'
- run: nix build '.#nixosConfigurations.tanker.pkgs.deploy-rs' - run: nix build '.#nixosConfigurations.tanker.pkgs.deploy-rs'
- run: nix build '.#nixosConfigurations.tanker.config.home-manager.users.daniel.programs.neovim'
build-arm64-linux: build-arm64-linux:
runs-on: buildjet-2vcpu-ubuntu-2204-arm runs-on: buildjet-2vcpu-ubuntu-2204-arm
@ -33,5 +34,5 @@ jobs:
with: with:
name: nifoc name: nifoc
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build '.#nixosConfigurations.adsb-antenna.pkgs.attic-client' - run: nix build '.#nixosConfigurations.argon.pkgs.attic-client'
- run: nix build '.#nixosConfigurations.adsb-antenna.pkgs.deploy-rs' - run: nix build '.#nixosConfigurations.argon.pkgs.deploy-rs'

View file

@ -276,11 +276,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1688538658, "lastModified": 1688552611,
"narHash": "sha256-clmdd/NB9jqhuB9TlSyj9nI1dW2rqroPQCsHGYfD1jU=", "narHash": "sha256-pV/1/AU1l5CNFeKmdJ1jofcaKHhtKAbxY4gazeCyoSo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2f78e6fcba61ce81536d19e6c662e55ab272d539", "rev": "b23c7501f7e0a001486c9a5555a6c53ac7b08e85",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -297,12 +297,12 @@ in
}; };
LuaSnip = buildVimPluginFrom2Nix { LuaSnip = buildVimPluginFrom2Nix {
pname = "LuaSnip"; pname = "LuaSnip";
version = "2023-06-29"; version = "2023-07-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "L3MON4D3"; owner = "L3MON4D3";
repo = "LuaSnip"; repo = "LuaSnip";
rev = "105b5f7f72c13e682a3aa5d29eac2408ae513b22"; rev = "db0aba4a39b28ff5564def07c25bb4bd06a78fdc";
sha256 = "008as63h71fhdcc8fli6pypdn5qhf07vp397l8rglzybqrxh7ipq"; sha256 = "16khnc2zakxfiy6ikdd5afyfp0knplw3l95adzb98m61h4cvfnhi";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -484,12 +484,12 @@ in
}; };
heirline-nvim = buildVimPluginFrom2Nix { heirline-nvim = buildVimPluginFrom2Nix {
pname = "heirline.nvim"; pname = "heirline.nvim";
version = "2023-05-17"; version = "2023-07-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rebelot"; owner = "rebelot";
repo = "heirline.nvim"; repo = "heirline.nvim";
rev = "2a151df2dc870e79b138a59ebaaaddf3d1b0d703"; rev = "76136ccd93ed608e8109762f032cf1118981ebbd";
sha256 = "1sx2nl6w78m03n0aipv8v9r5w32zivx24ljfa6m00ni39acm0d1a"; sha256 = "09mqjrbzhfbfs6n1hg4dv5kfr1xbwbq5qhd8b52550bs6a43r9bg";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };