move nix-systems input

This commit is contained in:
Gerg-L 2025-01-27 18:21:13 -05:00
parent 94c8616ea4
commit 6d9e9d47c1
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -27,6 +27,7 @@
ref = "2cb0ddfe4eb216fab6d826c1056743c152722720"; ref = "2cb0ddfe4eb216fab6d826c1056743c152722720";
inputs.nixpkgs.follows = "stable"; inputs.nixpkgs.follows = "stable";
}; };
#other
nixos-generators = { nixos-generators = {
type = "github"; type = "github";
owner = "nix-community"; owner = "nix-community";
@ -63,6 +64,11 @@
repo = "nix-janitor"; repo = "nix-janitor";
inputs.nixpkgs.follows = "unstable"; inputs.nixpkgs.follows = "unstable";
}; };
systems = {
type = "github";
owner = "nix-systems";
repo = "default";
};
#my own packages #my own packages
spicetify-nix = { spicetify-nix = {
type = "github"; type = "github";
@ -94,12 +100,6 @@
repo = "reboot-bot"; repo = "reboot-bot";
inputs.nixpkgs.follows = "unstable"; inputs.nixpkgs.follows = "unstable";
}; };
systems = {
type = "github";
owner = "nix-systems";
repo = "default";
};
}; };
outputs = outputs =
inputs: inputs: