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

View File

@ -106,26 +106,6 @@
"url": "https://git.jolheiser.com/cfg.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-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -544,7 +524,6 @@
"bennet": "bennet", "bennet": "bennet",
"blog": "blog", "blog": "blog",
"cfg": "cfg", "cfg": "cfg",
"dagger": "dagger",
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"gist": "gist", "gist": "gist",
"git-age": "git-age", "git-age": "git-age",

View File

@ -104,10 +104,6 @@
url = "github:a-h/templ"; url = "github:a-h/templ";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
dagger = {
url = "github:dagger/nix";
inputs.nixpkgs.follows = "nixpkgs";
};
actual = { actual = {
url = "git+https://git.xeno.science/xenofem/actual-nix.git"; url = "git+https://git.xeno.science/xenofem/actual-nix.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";