diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-01 08:49:26 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-01 08:49:26 -0800 |
| commit | 8592f952d59cf1edb35f8b1c59e42c3ed33aa919 (patch) | |
| tree | 074e8300805f3a2e852e2e67de95448da21a6f64 | |
| parent | don't mangle file names with samba (diff) | |
| download | infra-8592f952d59cf1edb35f8b1c59e42c3ed33aa919.tar.gz | |
don't configure jovian just yet
| -rw-r--r-- | flake.lock | 44 | ||||
| -rw-r--r-- | flake.nix | 7 |
2 files changed, 0 insertions, 51 deletions
@@ -263,27 +263,6 @@ "type": "github" } }, - "jovian": { - "inputs": { - "nix-github-actions": "nix-github-actions", - "nixpkgs": [ - "nixpkgs-unstable" - ] - }, - "locked": { - "lastModified": 1767082077, - "narHash": "sha256-2tL1mRb9uFJThUNfuDm/ehrnPvImL/QDtCxfn71IEz4=", - "owner": "Jovian-Experiments", - "repo": "Jovian-NixOS", - "rev": "efd4b22e6fdc6d7fb4e186ae333a4b74e03da440", - "type": "github" - }, - "original": { - "owner": "Jovian-Experiments", - "repo": "Jovian-NixOS", - "type": "github" - } - }, "my-go-tools": { "inputs": { "flake-utils": "flake-utils", @@ -361,28 +340,6 @@ "type": "github" } }, - "nix-github-actions": { - "inputs": { - "nixpkgs": [ - "jovian", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1729697500, - "narHash": "sha256-VFTWrbzDlZyFHHb1AlKRiD/qqCJIripXKiCSFS8fAOY=", - "owner": "zhaofengli", - "repo": "nix-github-actions", - "rev": "e418aeb728b6aa5ca8c5c71974e7159c2df1d8cf", - "type": "github" - }, - "original": { - "owner": "zhaofengli", - "ref": "matrix-name", - "repo": "nix-github-actions", - "type": "github" - } - }, "nixos-hardware": { "locked": { "lastModified": 1767070591, @@ -582,7 +539,6 @@ "disko": "disko", "emacs-overlay": "emacs-overlay", "home-manager": "home-manager_2", - "jovian": "jovian", "my-go-tools": "my-go-tools", "niri": "niri", "nixos-hardware": "nixos-hardware", @@ -49,11 +49,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - jovian = { - url = "github:Jovian-Experiments/Jovian-NixOS"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; - }; - niri.url = "github:sodiboo/niri-flake"; noctalia = { @@ -76,7 +71,6 @@ pre-commit-hooks, emacs-overlay, nur, - jovian, my-go-tools, ... }: @@ -122,7 +116,6 @@ agenix.nixosModules.age disko.nixosModules.disko home-manager.nixosModules.home-manager - jovian.nixosModules.jovian ./modules/default.nix ]; |
