chore: remove dagger, add jsonnet

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2024-07-21 22:43:11 -05:00
parent bc65cb281d
commit 61f5361a70
No known key found for this signature in database
3 changed files with 4 additions and 26 deletions

View File

@ -30,7 +30,6 @@
age
bitwarden-cli
cachix
dagger
duf
du-dust
fd
@ -48,6 +47,10 @@
gopls
nil
# Jsonnet
go-jsonnet
jsonnet-language-server
# Formatters
alejandra
gofumpt

View File

@ -106,26 +106,6 @@
"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": {
@ -544,7 +524,6 @@
"bennet": "bennet",
"blog": "blog",
"cfg": "cfg",
"dagger": "dagger",
"flake-utils": "flake-utils",
"gist": "gist",
"git-age": "git-age",

View File

@ -104,10 +104,6 @@
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";