made smol changes :3
This commit is contained in:
parent
83bee06352
commit
3ebf01c47e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
experimental-features = ["nix-command" "flakes"];
|
experimental-features = ["nix-command" "flakes" "pipe-operators"];
|
||||||
download-buffer-size = 524288000;
|
download-buffer-size = 524288000;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
# open nix develop with preferred shell
|
# open nix develop with preferred shell
|
||||||
# description: nd = nix develop
|
# description: nd = nix develop
|
||||||
nd = "nix develop -c $SHELL";
|
nd = "./flake.sh -c $SHELL || nix develop -c $SHELL";
|
||||||
|
|
||||||
# description: cdns = change directory [to] nix settings
|
# description: cdns = change directory [to] nix settings
|
||||||
cdns = "cd ~/.nix";
|
cdns = "cd ~/.nix";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue