mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 12:15:26 +02:00
flake/dev: remove nix-github-actions
dependency
This commit is contained in:
parent
ed2c309964
commit
5853d93330
3 changed files with 0 additions and 27 deletions
21
flake/dev/flake.lock
generated
21
flake/dev/flake.lock
generated
|
@ -135,26 +135,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nix-github-actions": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"dev-nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1737420293,
|
|
||||||
"narHash": "sha256-F1G5ifvqTpJq7fdkT34e/Jy9VCyzd5XfJ9TO8fHhJWE=",
|
|
||||||
"owner": "nix-community",
|
|
||||||
"repo": "nix-github-actions",
|
|
||||||
"rev": "f4158fa080ef4503c8f4c820967d946c2af31ec9",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nix-community",
|
|
||||||
"repo": "nix-github-actions",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"dev-nixpkgs": "dev-nixpkgs",
|
"dev-nixpkgs": "dev-nixpkgs",
|
||||||
|
@ -163,7 +143,6 @@
|
||||||
"git-hooks": "git-hooks",
|
"git-hooks": "git-hooks",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"nix-darwin": "nix-darwin",
|
"nix-darwin": "nix-darwin",
|
||||||
"nix-github-actions": "nix-github-actions",
|
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -32,11 +32,6 @@
|
||||||
inputs.nixpkgs.follows = "dev-nixpkgs";
|
inputs.nixpkgs.follows = "dev-nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-github-actions = {
|
|
||||||
url = "github:nix-community/nix-github-actions";
|
|
||||||
inputs.nixpkgs.follows = "dev-nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
treefmt-nix = {
|
treefmt-nix = {
|
||||||
url = "github:numtide/treefmt-nix";
|
url = "github:numtide/treefmt-nix";
|
||||||
inputs.nixpkgs.follows = "dev-nixpkgs";
|
inputs.nixpkgs.follows = "dev-nixpkgs";
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
self,
|
self,
|
||||||
inputs,
|
|
||||||
helpers,
|
helpers,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue