diff --git a/apps/nogui/default.nix b/apps/nogui/default.nix index 417ee10a2cc1403e06550b386eb7112078c0398f..9617a28d765afe25d236f6881c62a43e84efa1ef 100644 --- a/apps/nogui/default.nix +++ b/apps/nogui/default.nix @@ -44,9 +44,9 @@ # Flake overlays jolheiser.gist jolheiser.git-age - tclip + jolheiser.nur.templ ... - imports = [ +}: { jolheiser.helix ]; activation.report-changes = config.lib.dag.entryAnywhere '' diff --git a/flake.lock b/flake.lock index b1a1a317f1bc27ccbd7bfb6baaef6bb5e94daab4..5e7bc834648acf3cb665a691f8d4cb14171a828e 100644 --- a/flake.lock +++ b/flake.lock @@ -40,21 +40,6 @@ "repo": "flake-utils", "type": "github" } }, - "flake-utils_2": { - "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" - } - }, "gist": { "inputs": { "nixpkgs": [ @@ -96,27 +81,6 @@ }, "original": { "type": "git", "url": "https://git.jojodev.com/jolheiser/git-age" - } - }, - "gitignore": { - "inputs": { - "nixpkgs": [ - "templ", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1694102001, - "narHash": "sha256-vky6VPK1n1od6vXbqzOXnekrQpTL4hbPAwUhT5J9c9E=", - "owner": "hercules-ci", - "repo": "gitignore.nix", - "rev": "9e21c80adf67ebcb077d75bd5e7d724d21eeafd6", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "gitignore.nix", - "type": "github" } }, "golink": { @@ -313,8 +277,6 @@ "nur": "nur", "resume": "resume", "tclip": "tclip", "lastModified": 1701216516, - "inputs": { - "lastModified": 1701216516, "darwin": [], } }, @@ -400,29 +362,6 @@ "type": "github" } }, { - "repo": "gitignore.nix", - "inputs": { - "gitignore": "gitignore", - "nixpkgs": [ - "nixpkgs" - ], - "xc": "xc" - }, - "locked": { - "lastModified": 1702159064, - "narHash": "sha256-9tyQOybmptmDhIfQcuZ8Vq8l3fMLdZfGPw+tjJbWzeQ=", - "owner": "a-h", - "repo": "templ", - "rev": "ddb1610a81627f5c9c524bb66877477f401e4ecd", - "type": "github" - }, - "original": { - "owner": "a-h", - "repo": "templ", - "type": "github" - } - }, -{ "gomod2nix": { "inputs": { "flake-utils": [ @@ -449,28 +388,6 @@ }, "original": { "type": "git", "url": "https://git.jojodev.com/jolheiser/jolheiser.com" - } - }, - "xc": { - "inputs": { - "flake-utils": "flake-utils_2", - "nixpkgs": [ - "templ", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1696495449, - "narHash": "sha256-dthZiJ2FX/eIC0l1mdfefJZXDTVLfwp7L7Arq5rsCWA=", - "owner": "joerdav", - "repo": "xc", - "rev": "c8baab14d679fb276f11c576607010283be21220", - "type": "github" - }, - "original": { - "owner": "joerdav", - "repo": "xc", - "type": "github" } } }, diff --git a/flake.nix b/flake.nix index 62559f4cf796471175c2662364a8067024cc8b8c..95fda7c2713f07bdb76d95b0e5315c0b1683c976 100644 --- a/flake.nix +++ b/flake.nix @@ -70,10 +70,6 @@ utils.follows = "flake-utils"; }; }; inputs = { - url = "github:a-h/templ"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - inputs = { description = "jolheiser's nixos config"; outputs = { @@ -89,7 +85,6 @@ gist, nixpkgs-py36, golink, tclip, - templ, ... } @ inputs: let overlays = [ @@ -107,7 +102,6 @@ git-age = inputs.git-age.packages.${prev.system}.default; gist = inputs.gist.packages.${prev.system}.default; }; tclip = inputs.tclip.packages.${prev.system}.tclip; - templ = inputs.templ.packages.${prev.system}.templ; }) golink.overlay ];