Compare commits

..

No commits in common. "3b9e0e01447e0dff7b13e6b3d9b35600c36a6695" and "35c13c5e1073216c8aa75172cea93af22910a6cc" have entirely different histories.

3 changed files with 7 additions and 26 deletions

View file

@ -89,38 +89,22 @@
# but don't like that they're included >:(
#########
/*
Used by:
- lix
- nixos-wsl
*/
flake-compat = {
url = "github:edolstra/flake-compat";
};
/*
Used by:
- lix-module
- ninfs
- Itself
- inputs.pyctr
- nixos-wsl
- xil
*/
# I don't like `flake-utils`, but so many things use it that I might as
# well only keep a single version of it.
flake-utils = {
url = "github:numtide/flake-utils";
inputs.systems.follows = "nix-systems_default";
};
/*
Used by:
- agenix
- flake-utils
*/
# Ditto to github:nix-systems/default
nix-systems_default = {
url = "github:nix-systems/default";
};
# Ditto to github:edolstra/flake-compat
flake-compat = {
url = "github:edolstra/flake-compat";
};
}; # inputs

View file

@ -14,7 +14,6 @@
} // lib.optionalAttrs (osConfig.wsl.enable or false) {
# From Windows "%PATH%"
"adb" = "adb.exe";
"aaru6exe"="/mnt/c/Users/Whovian/Downloads/Games/Tools/aaru/v6.0.0-alpha9/aaru-6.0.0-alpha9_windows_x64/aaru.exe";
"caja" = "wsl-open";
"hactoolnet" = "hactoolnet.exe";
"mpv" = "mpv.com";

View file

@ -1,7 +1,5 @@
{
nix.settings = {
trusted-users = [ "whovian" ];
extra-substituters = [
"https://cache.lix.systems"
];