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";
|
||||
inputs.nixpkgs.follows = "stable";
|
||||
};
|
||||
#other
|
||||
nixos-generators = {
|
||||
type = "github";
|
||||
owner = "nix-community";
|
||||
|
|
@ -63,6 +64,11 @@
|
|||
repo = "nix-janitor";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
systems = {
|
||||
type = "github";
|
||||
owner = "nix-systems";
|
||||
repo = "default";
|
||||
};
|
||||
#my own packages
|
||||
spicetify-nix = {
|
||||
type = "github";
|
||||
|
|
@ -94,12 +100,6 @@
|
|||
repo = "reboot-bot";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
systems = {
|
||||
type = "github";
|
||||
owner = "nix-systems";
|
||||
repo = "default";
|
||||
};
|
||||
|
||||
};
|
||||
outputs =
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue