feat(flake)!: add jovian-nixos

Currently not used (yet)
Also update `flake.lock`
This commit is contained in:
reo101 2024-01-21 23:46:27 +02:00
parent 65ecbc44a6
commit 4243269b05
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
2 changed files with 204 additions and 104 deletions

View file

@ -59,6 +59,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
jovian-nixos = {
url = "github:Jovian-Experiments/Jovian-NixOS";
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";