diff --git a/apps/nogui/default.nix b/apps/nogui/default.nix index e5ac0a2d904ce81d69391a373d6d691a8608f02e..5f8b8b0896bb8d02a228af8919aeeae31a333591 100644 --- a/apps/nogui/default.nix +++ b/apps/nogui/default.nix @@ -32,8 +32,10 @@ fd just ripgrep usql + zig tclip + templ jolheiser.helix jolheiser.gomodinit jolheiser.cfg diff --git a/flake.lock b/flake.lock index 9c4e3aa425701fef225895538121db367986766c..6ceed491bf0c468145adef3e72a2e32048673aab 100644 --- a/flake.lock +++ b/flake.lock @@ -100,6 +100,39 @@ "repo": "flake-utils", "type": "github" } }, + "flake-utils_3": { + "inputs": { + "systems": "systems_4" + }, + "locked": { + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_4": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "ghostty": { "inputs": { "nixpkgs-stable": "nixpkgs-stable", @@ -120,6 +153,49 @@ "type": "git", "url": "ssh://git@github.com/ghostty-org/ghostty" } }, + "gitignore": { + "inputs": { + "nixpkgs": [ + "templ", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709087332, + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", + "owner": "hercules-ci", + "repo": "gitignore.nix", + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "gitignore.nix", + "type": "github" + } + }, + "gomod2nix": { + "inputs": { + "flake-utils": "flake-utils_3", + "nixpkgs": [ + "templ", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1722589758, + "narHash": "sha256-sbbA8b6Q2vB/t/r1znHawoXLysCyD4L/6n6/RykiSnA=", + "owner": "nix-community", + "repo": "gomod2nix", + "rev": "4e08ca09253ef996bd4c03afa383b23e35fe28a1", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "gomod2nix", + "type": "github" + } + }, "gomodinit": { "inputs": { "nixpkgs": [ @@ -379,7 +455,8 @@ "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_3", "nur": "nur", "spectre": "spectre", - "tclip": "tclip" + "tclip": "tclip", + "templ": "templ" } }, "spectre": { @@ -447,6 +524,21 @@ "repo": "default", "type": "github" } }, + "systems_4": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "tclip": { "inputs": { "nixpkgs": "nixpkgs_5", @@ -468,6 +560,29 @@ "repo": "tclip", "type": "github" } }, + "templ": { + "inputs": { + "gitignore": "gitignore", + "gomod2nix": "gomod2nix", + "nixpkgs": [ + "nixpkgs" + ], + "xc": "xc" + }, + "locked": { + "lastModified": 1733474386, + "narHash": "sha256-v7TbGJpudmaATf0rh6NzS2eW/s0NhUv4cburch+wK0M=", + "owner": "a-h", + "repo": "templ", + "rev": "c077c3fad92f4b26c6331296b8a20b71a535d725", + "type": "github" + }, + "original": { + "owner": "a-h", + "repo": "templ", + "type": "github" + } + }, "treefmt-nix": { "inputs": { "nixpkgs": [ @@ -486,6 +601,28 @@ }, "original": { "owner": "numtide", "repo": "treefmt-nix", + "type": "github" + } + }, + "xc": { + "inputs": { + "flake-utils": "flake-utils_4", + "nixpkgs": [ + "templ", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1724404748, + "narHash": "sha256-p6rXzNiDm2uBvO1MLzC5pJp/0zRNzj/snBzZI0ce62s=", + "owner": "joerdav", + "repo": "xc", + "rev": "960ff9f109d47a19122cfb015721a76e3a0f23a2", + "type": "github" + }, + "original": { + "owner": "joerdav", + "repo": "xc", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 4c56a0d7742d8855a39df5c244923e0f54f6119c..9f21ca62acebde42b8a6f315b834dca80353073f 100644 --- a/flake.nix +++ b/flake.nix @@ -36,6 +36,10 @@ spectre = { url = "git+https://git.jolheiser.com/go-spectre.git"; inputs.nixpkgs.follows = "nixpkgs"; }; + templ = { + url = "github:a-h/templ"; + inputs.nixpkgs.follows = "nixpkgs"; + }; ghostty.url = "git+ssh://git@github.com/ghostty-org/ghostty"; tclip = { url = "github:tailscale-dev/tclip"; @@ -67,6 +71,7 @@ cfg = inputs.cfg.packages.${prev.system}.default; spectre = inputs.spectre.packages.${prev.system}.default; }; tclip = inputs.tclip.packages.${prev.system}.tclip; + templ = inputs.templ.packages.${prev.system}.templ; ghostty = inputs.ghostty.packages.${prev.system}.ghostty; }) ];