diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-07 12:33:17 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-07 12:33:17 -0800 |
| commit | cfe16b41e203468fd669d9507e2917d0f9bd7a7d (patch) | |
| tree | 5bf7a59d9a0a232470c9d93f16b7301b811b857a /flake.nix | |
| parent | boot configuration for nixos (diff) | |
| download | infra-cfe16b41e203468fd669d9507e2917d0f9bd7a7d.tar.gz | |
test the buildfcuny/jovian
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,7 @@ inputs = { nixpkgs.url = "https://channels.nixos.org/nixos-25.05/nixexprs.tar.xz"; + nixpkgs-unstable.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz"; home-manager = { url = "github:nix-community/home-manager/release-25.05"; @@ -53,6 +54,11 @@ inputs.nixpkgs-lib.follows = "nixpkgs"; }; + jovian = { + url = "github:Jovian-Experiments/Jovian-NixOS"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + }; + my-go-tools.url = "git+https://code.fcuny.net/x"; }; |
