chore: bump flake lock, fix triton-vmtools repo URL

This commit is contained in:
teutat3s 2023-10-30 22:03:52 +01:00
parent ebd1ebcb4c
commit 802750c5ba
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 7 additions and 7 deletions

View file

@ -454,19 +454,19 @@
},
"locked": {
"dir": "vmtools",
"lastModified": 1689935541,
"narHash": "sha256-+tIHC0d9m3rHUNGBKLv7+ZTadm2L+/3S9hNDCVj2za0=",
"lastModified": 1698443513,
"narHash": "sha256-wX2JIJ3JmJn6MAurdyjwZU+FZjLCwBArMrVSeeCb/ZU=",
"ref": "main",
"rev": "107809454b450c05d83571ccb37df31f59cd6e06",
"revCount": 67,
"rev": "0d039dcf06afb8cbddd7ac54bae4d0d185f3e88e",
"revCount": 85,
"type": "git",
"url": "https://git.pub.solar/pub-solar/infra?dir=vmtools"
"url": "https://git.pub.solar/pub-solar/infra-vintage?dir=vmtools"
},
"original": {
"dir": "vmtools",
"ref": "main",
"type": "git",
"url": "https://git.pub.solar/pub-solar/infra?dir=vmtools"
"url": "https://git.pub.solar/pub-solar/infra-vintage?dir=vmtools"
}
},
"tritonshell": {

View file

@ -40,7 +40,7 @@
nixos-hardware.url = "github:nixos/nixos-hardware";
# PubSolarOS additions
triton-vmtools.url = "git+https://git.pub.solar/pub-solar/infra?ref=main&dir=vmtools";
triton-vmtools.url = "git+https://git.pub.solar/pub-solar/infra-vintage?ref=main&dir=vmtools";
triton-vmtools.inputs.nixpkgs.follows = "latest";
tritonshell.url = "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main";