mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 18:30:43 -06:00
change how flake.nix is organized
This commit is contained in:
parent
df4da6b3f9
commit
da682c0073
1 changed files with 16 additions and 33 deletions
49
flake.nix
49
flake.nix
|
@ -8,10 +8,7 @@
|
||||||
stable.url = "github:nixos/nixpkgs/nixos-23.11";
|
stable.url = "github:nixos/nixpkgs/nixos-23.11";
|
||||||
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
||||||
nixos-wsl.url = "github:nix-community/NixOS-WSL";
|
nixos-wsl.url = "github:nix-community/NixOS-WSL";
|
||||||
nix-index-database = {
|
nix-index-database.url = "github:nix-community/nix-index-database";
|
||||||
url = "github:nix-community/nix-index-database";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
lix.url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
|
lix.url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
|
||||||
lix.flake = false;
|
lix.flake = false;
|
||||||
|
@ -23,37 +20,23 @@
|
||||||
|
|
||||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1";
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1";
|
||||||
hyprland-contrib.url = "github:hyprwm/contrib";
|
hyprland-contrib.url = "github:hyprwm/contrib";
|
||||||
|
roc.url = "github:roc-lang/roc";
|
||||||
|
zig2nix.url = "github:Cloudef/zig2nix";
|
||||||
|
zls.url = "github:zigtools/zls";
|
||||||
|
|
||||||
zig2nix = {
|
pixi.url = "github:daylinmorgan/pixi-flake";
|
||||||
url = "github:Cloudef/zig2nix";
|
f1multiviewer.url = "github:daylinmorgan/f1multiviewer-flake";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
tsm.url = "github:daylinmorgan/tsm?dir=nix";
|
||||||
};
|
hyprman.url = "git+https://git.dayl.in/daylin/hyprman.git";
|
||||||
zls = {
|
|
||||||
url = "github:zigtools/zls";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
roc = {
|
hyprman.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
url = "github:roc-lang/roc";
|
f1multiviewer.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
pixi.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
roc.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
pixi = {
|
tsm.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
url = "github:daylinmorgan/pixi-flake";
|
zls.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
zig2nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
|
||||||
f1multiviewer = {
|
|
||||||
url = "github:daylinmorgan/f1multiviewer-flake";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
tsm = {
|
|
||||||
url = "github:daylinmorgan/tsm?dir=nix";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
hyprman = {
|
|
||||||
url = "git+https://git.dayl.in/daylin/hyprman.git";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
|
|
Loading…
Reference in a new issue