mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(ci): flake inputs tidying
This commit is contained in:
parent
510be2a5bb
commit
dfee70c195
4 changed files with 21 additions and 49 deletions
|
|
@ -1,14 +1,11 @@
|
|||
{
|
||||
description = "kat's nixfiles";
|
||||
description = "gensokyo.zone";
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
arcexprs = {
|
||||
url = "github:arcnmx/nixexprs/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
std = {
|
||||
url = "github:chessai/nix-std";
|
||||
};
|
||||
ci = {
|
||||
url = "github:arcnmx/ci/v0.7";
|
||||
flake = false;
|
||||
|
|
@ -17,7 +14,6 @@
|
|||
url = "github:edolstra/flake-compat";
|
||||
flake = false;
|
||||
};
|
||||
nur.url = "github:nix-community/nur/master";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
flakelib = {
|
||||
url = "github:flakelib/fl";
|
||||
|
|
@ -25,7 +21,6 @@
|
|||
};
|
||||
std-fl = {
|
||||
url = "github:flakelib/std";
|
||||
inputs.nix-std.follows = "std";
|
||||
};
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
|
|
@ -33,7 +28,7 @@
|
|||
};
|
||||
tree = {
|
||||
url = "github:kittywitch/tree";
|
||||
inputs.std.follows = "std";
|
||||
inputs.std.follows = "std-fl/nix-std";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
deploy-rs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue