diff --git a/apps/nogui/nushell.nix b/apps/nogui/nushell.nix index 153ecd12034b4c7b1c07252f5d19fd1db4e2f019..660bc92206ab16683716ff99bc8aedce2a4f0880 100644 --- a/apps/nogui/nushell.nix +++ b/apps/nogui/nushell.nix @@ -20,8 +20,6 @@ use ${nu_scripts}/share/nu_scripts/custom-completions/git/git-completions.nu * use ${nu_scripts}/share/nu_scripts/custom-completions/glow/glow-completions.nu * use ${nu_scripts}/share/nu_scripts/custom-completions/just/just-completions.nu * use ${nu_scripts}/share/nu_scripts/custom-completions/nix/nix-completions.nu * - - ${jolheiser.pokego}/bin/pokego --no-title ''; extraEnv = '' $env.GOPATH = "${config.xdg.dataHome}/go" diff --git a/flake.lock b/flake.lock index 048e2c76eccefc780452790cf1a39a27e057ebd5..bc5897570e7aad10b00264640961ca501ca365c6 100644 --- a/flake.lock +++ b/flake.lock @@ -384,27 +384,6 @@ "repo": "NUR", "type": "github" } }, - "pokego": { - "inputs": { - "nixpkgs": [ - "jolheiser", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1741123315, - "narHash": "sha256-NlLFuW6pOr9xt+W7nPZUTflVwrOJgkJZWlk9RJxDVO4=", - "ref": "refs/heads/main", - "rev": "fbf059d0ecfd1292d34c7e4ae69e8c58d0c27737", - "revCount": 1, - "type": "git", - "url": "https://git.jolheiser.com/pokego.git" - }, - "original": { - "type": "git", - "url": "https://git.jolheiser.com/pokego.git" - } - }, "root": { "inputs": { "agenix": "agenix", @@ -418,7 +397,6 @@ "jolheiser": "jolheiser_2", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_3", "nur": "nur", - "pokego": "pokego", "spectre": "spectre", "tclip": "tclip" } diff --git a/flake.nix b/flake.nix index a761e2f50f707177460e3d78f222e751854a410c..4c56a0d7742d8855a39df5c244923e0f54f6119c 100644 --- a/flake.nix +++ b/flake.nix @@ -36,10 +36,6 @@ spectre = { url = "git+https://git.jolheiser.com/go-spectre.git"; inputs.nixpkgs.follows = "nixpkgs"; }; - pokego = { - url = "git+https://git.jolheiser.com/pokego.git"; - inputs.nixpkgs.follows = "jolheiser/nixpkgs"; - }; ghostty.url = "git+ssh://git@github.com/ghostty-org/ghostty"; tclip = { url = "github:tailscale-dev/tclip"; @@ -69,7 +65,6 @@ helix = inputs.helix.packages.${prev.system}.default; gomodinit = inputs.gomodinit.packages.${prev.system}.default; cfg = inputs.cfg.packages.${prev.system}.default; spectre = inputs.spectre.packages.${prev.system}.default; - pokego = inputs.pokego.packages.${prev.system}.default; }; tclip = inputs.tclip.packages.${prev.system}.tclip; ghostty = inputs.ghostty.packages.${prev.system}.ghostty;