diff --git a/apps/nogui/default.nix b/apps/nogui/default.nix index a74f6792ecba42dcd77bfd9c1e485f9aaac8192a..48260a94c390a54e73a118f4880dc1947043c593 100644 --- a/apps/nogui/default.nix +++ b/apps/nogui/default.nix @@ -30,6 +30,7 @@ # Tools age bitwarden-cli cachix + dagger duf du-dust fd @@ -46,10 +47,6 @@ # LSPs gopls nil - - # Jsonnet - go-jsonnet - jsonnet-language-server # Formatters alejandra diff --git a/flake.lock b/flake.lock index 204187e1c5c3d8acef815d86527744d2fa26108c..428b2339976093d33ed763321eb7268c58e1afca 100644 --- a/flake.lock +++ b/flake.lock @@ -106,6 +106,26 @@ "type": "git", "url": "https://git.jolheiser.com/cfg.git" } }, + "dagger": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1719271701, + "narHash": "sha256-KPPuK8Yq7QP/bmD97Ojn2SainL2KUEnWKp4WpCK0pwM=", + "owner": "dagger", + "repo": "nix", + "rev": "08aa7a30f2cd6ae56a02f6a489485cd15a92313e", + "type": "github" + }, + "original": { + "owner": "dagger", + "repo": "nix", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -524,6 +544,7 @@ "agenix": "agenix", "bennet": "bennet", "blog": "blog", "cfg": "cfg", + "dagger": "dagger", "flake-utils": "flake-utils", "gist": "gist", "git-age": "git-age", diff --git a/flake.nix b/flake.nix index ab4a5a72fcb4904d576edd7382dd5594705fa70a..954a098574e9fb4b2314f9627e8f452e9c8c02ef 100644 --- a/flake.nix +++ b/flake.nix @@ -104,6 +104,10 @@ templ = { url = "github:a-h/templ"; inputs.nixpkgs.follows = "nixpkgs"; }; + dagger = { + url = "github:dagger/nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; actual = { url = "git+https://git.xeno.science/xenofem/actual-nix.git"; inputs.nixpkgs.follows = "nixpkgs";