Compare commits
No commits in common. "3b9e0e01447e0dff7b13e6b3d9b35600c36a6695" and "35c13c5e1073216c8aa75172cea93af22910a6cc" have entirely different histories.
3b9e0e0144
...
35c13c5e10
3 changed files with 7 additions and 26 deletions
30
flake.nix
30
flake.nix
|
@ -89,38 +89,22 @@
|
||||||
# but don't like that they're included >:(
|
# but don't like that they're included >:(
|
||||||
#########
|
#########
|
||||||
|
|
||||||
/*
|
# I don't like `flake-utils`, but so many things use it that I might as
|
||||||
Used by:
|
# well only keep a single version of it.
|
||||||
- lix
|
|
||||||
- nixos-wsl
|
|
||||||
*/
|
|
||||||
flake-compat = {
|
|
||||||
url = "github:edolstra/flake-compat";
|
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
|
||||||
Used by:
|
|
||||||
- lix-module
|
|
||||||
- ninfs
|
|
||||||
- Itself
|
|
||||||
- inputs.pyctr
|
|
||||||
- nixos-wsl
|
|
||||||
- xil
|
|
||||||
*/
|
|
||||||
flake-utils = {
|
flake-utils = {
|
||||||
url = "github:numtide/flake-utils";
|
url = "github:numtide/flake-utils";
|
||||||
inputs.systems.follows = "nix-systems_default";
|
inputs.systems.follows = "nix-systems_default";
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
# Ditto to github:nix-systems/default
|
||||||
Used by:
|
|
||||||
- agenix
|
|
||||||
- flake-utils
|
|
||||||
*/
|
|
||||||
nix-systems_default = {
|
nix-systems_default = {
|
||||||
url = "github:nix-systems/default";
|
url = "github:nix-systems/default";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Ditto to github:edolstra/flake-compat
|
||||||
|
flake-compat = {
|
||||||
|
url = "github:edolstra/flake-compat";
|
||||||
|
};
|
||||||
|
|
||||||
}; # inputs
|
}; # inputs
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
} // lib.optionalAttrs (osConfig.wsl.enable or false) {
|
} // lib.optionalAttrs (osConfig.wsl.enable or false) {
|
||||||
# From Windows "%PATH%"
|
# From Windows "%PATH%"
|
||||||
"adb" = "adb.exe";
|
"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";
|
"caja" = "wsl-open";
|
||||||
"hactoolnet" = "hactoolnet.exe";
|
"hactoolnet" = "hactoolnet.exe";
|
||||||
"mpv" = "mpv.com";
|
"mpv" = "mpv.com";
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
trusted-users = [ "whovian" ];
|
|
||||||
|
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
"https://cache.lix.systems"
|
"https://cache.lix.systems"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue