diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-15 12:03:58 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-15 12:03:58 -0500 |
| commit | d2aecd69c17fa64305c07333686576152432993d (patch) | |
| tree | 2f52c7808a6cbd57ef60284947d3728a38cfab34 /tmux-tsunami/flake.nix | |
| parent | f5ef0cf848e65d4fea2be8dee7bc1c72ad67046f (diff) | |
changes.
Diffstat (limited to 'tmux-tsunami/flake.nix')
| -rw-r--r-- | tmux-tsunami/flake.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tmux-tsunami/flake.nix b/tmux-tsunami/flake.nix deleted file mode 100644 index e74feb7..0000000 --- a/tmux-tsunami/flake.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - inputs = { - nixpkgs.url = "github:NixOS/nixpkgs"; - nix-std.url = "github:chessai/nix-std"; - }; - outputs = inputs: { - hjemModules.tsunami = import ./modules/hjem.nix { - std = inputs.nix-std.lib; - }; - - packages."x86_64-linux".tsunamiInstaller = let - installer = import ./modules/installer.nix { - pkgs = import inputs.nixpkgs {system = "x86_64-linux";}; - }; - in - installer.mkInstaller; - }; -} |
