diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-08 06:41:18 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-08 06:41:18 -0800 |
| commit | 38e94d07e2e6e2e91d977c90378aac88a9df4fe1 (patch) | |
| tree | 9c1860f5c82538a827171e35f068eb1f167bdb9f /flake.nix | |
| parent | update remotebuilder configuration (diff) | |
| download | infra-38e94d07e2e6e2e91d977c90378aac88a9df4fe1.tar.gz | |
I need a few more accessories to make this work properly with the TV.
Will get back to this later.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -3,7 +3,6 @@ inputs = { nixpkgs.url = "https://channels.nixos.org/nixos-25.11/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.11"; @@ -54,11 +53,6 @@ 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"; }; |
