mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
drop nix-github-actions
This commit is contained in:
parent
b5d16f49a0
commit
3d87c24b91
2 changed files with 10 additions and 24 deletions
23
flake.lock
23
flake.lock
|
@ -481,7 +481,7 @@
|
||||||
"lix-module": [
|
"lix-module": [
|
||||||
"lix-module"
|
"lix-module"
|
||||||
],
|
],
|
||||||
"nix-github-actions": "nix-github-actions",
|
"nix-github-actions": [],
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
],
|
],
|
||||||
|
@ -560,27 +560,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nix-github-actions": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"lix-attic",
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1731952509,
|
|
||||||
"narHash": "sha256-p4gB3Rhw8R6Ak4eMl8pqjCPOLCZRqaehZxdZ/mbFClM=",
|
|
||||||
"owner": "nix-community",
|
|
||||||
"repo": "nix-github-actions",
|
|
||||||
"rev": "7b5f051df789b6b20d259924d349a9ba3319b226",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nix-community",
|
|
||||||
"repo": "nix-github-actions",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nix-index-database": {
|
"nix-index-database": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
|
11
flake.nix
11
flake.nix
|
@ -137,10 +137,17 @@
|
||||||
# nil inputs
|
# nil inputs
|
||||||
hyprland.inputs.pre-commit-hooks.follows = "";
|
hyprland.inputs.pre-commit-hooks.follows = "";
|
||||||
|
|
||||||
nixpkgs-wayland.inputs.flake-compat.follows = "";
|
|
||||||
nixos-wsl.inputs.flake-compat.follows = "";
|
nixos-wsl.inputs.flake-compat.follows = "";
|
||||||
|
|
||||||
nixpkgs-wayland.inputs.nix-eval-jobs.follows = "";
|
nixpkgs-wayland.inputs = {
|
||||||
|
flake-compat.follows = "";
|
||||||
|
nix-eval-jobs.follows = "";
|
||||||
|
};
|
||||||
|
|
||||||
|
lix-attic.inputs = {
|
||||||
|
flake-compat.follows = "";
|
||||||
|
nix-github-actions.follows = "";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
|
|
Loading…
Reference in a new issue