This commit is contained in:
xmm16 2024-12-10 23:36:48 -03:00
commit 4ec09b952b
No known key found for this signature in database
2 changed files with 7 additions and 15 deletions

View file

@ -7,6 +7,12 @@
repo = "nixpkgs";
ref = "nixos-unstable";
};
chaotic = {
type = "github";
owner = "chaotic-cx";
repo = "nyx";
ref = "nyxpkgs-unstable";
};
flake-parts = {
type = "github";
owner = "hercules-ci";
@ -49,17 +55,9 @@
ref = "master";
inputs.nixpkgs.follows = "nixpkgs";
};
# chaotic = {
# type = "github";
# owner = "chaotic-cx";
# repo = "nyx";
# ref = "nyxpkgs-unstable";
#};
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
};
outputs = inputs @ {
nixpkgs,
chaotic,
flake-parts,
...
}: let