mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
move nix-systems input
This commit is contained in:
parent
94c8616ea4
commit
6d9e9d47c1
1 changed files with 6 additions and 6 deletions
12
flake.nix
12
flake.nix
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue