mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-23 12:05:50 -06:00
noop
This commit is contained in:
parent
ae450f1573
commit
67983ce711
1 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
@ -97,16 +97,16 @@
|
||||||
nixpkgs-lib.url = "github:nix-community/nixpkgs.lib";
|
nixpkgs-lib.url = "github:nix-community/nixpkgs.lib";
|
||||||
lib-aggregate.inputs.nixpkgs-lib.follows = "nixpkgs-lib";
|
lib-aggregate.inputs.nixpkgs-lib.follows = "nixpkgs-lib";
|
||||||
|
|
||||||
## nil inputs, I don't *ALL* your flake inputs...
|
|
||||||
hyprland.inputs.pre-commit-hooks.follows = "";
|
|
||||||
nixos-wsl.inputs.flake-compat.follows = "";
|
|
||||||
nixpkgs-wayland.inputs.flake-compat.follows = "";
|
|
||||||
|
|
||||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||||
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
jj.inputs.rust-overlay.follows ="rust-overlay";
|
jj.inputs.rust-overlay.follows ="rust-overlay";
|
||||||
roc.inputs.rust-overlay.follows = "rust-overlay";
|
roc.inputs.rust-overlay.follows = "rust-overlay";
|
||||||
|
|
||||||
|
## nil inputs, I don't *ALL* your flake inputs...
|
||||||
|
hyprland.inputs.pre-commit-hooks.follows = "";
|
||||||
|
nixos-wsl.inputs.flake-compat.follows = "";
|
||||||
|
nixpkgs-wayland.inputs.flake-compat.follows = "";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue