modules: move devos/* into global
This commit is contained in:
parent
80d2277a16
commit
7c9c18e578
7 changed files with 1 additions and 10 deletions
|
@ -43,12 +43,6 @@ with lib;
|
||||||
secret-key-files = ${config.secrets.binary-cache-private-key}
|
secret-key-files = ${config.secrets.binary-cache-private-key}
|
||||||
'' else "");
|
'' else "");
|
||||||
|
|
||||||
# nixPath = [
|
|
||||||
# "nixpkgs=${channel.input}"
|
|
||||||
# "nixos-config=${../../lib/compat/nixos}"
|
|
||||||
# "home-manager=${inputs.home}"
|
|
||||||
# ];
|
|
||||||
|
|
||||||
localRegistry = {
|
localRegistry = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cacheGlobalRegistry = true;
|
cacheGlobalRegistry = true;
|
||||||
|
@ -85,13 +79,10 @@ with lib;
|
||||||
{
|
{
|
||||||
# nix
|
# nix
|
||||||
n = "nix";
|
n = "nix";
|
||||||
np = "n profile";
|
|
||||||
ni = "np install";
|
|
||||||
nr = "np remove";
|
|
||||||
ns = "n search --no-update-lock-file";
|
ns = "n search --no-update-lock-file";
|
||||||
nf = "n flake";
|
nf = "n flake";
|
||||||
nepl = "n repl '<nixpkgs>'";
|
nepl = "n repl '<nixpkgs>'";
|
||||||
srch = "ns nixos";
|
srch = "ns nixpkgs";
|
||||||
nrb = ifSudo "sudo nixos-rebuild";
|
nrb = ifSudo "sudo nixos-rebuild";
|
||||||
mn = ''
|
mn = ''
|
||||||
manix "" | grep '^# ' | sed 's/^# \(.*\) (.*/\1/;s/ (.*//;s/^# //' | sk --preview="manix '{}'" | xargs manix
|
manix "" | grep '^# ' | sed 's/^# \(.*\) (.*/\1/;s/ (.*//;s/^# //' | sk --preview="manix '{}'" | xargs manix
|
Loading…
Add table
Add a link
Reference in a new issue