add devShell
This commit is contained in:
parent
f5b69deee9
commit
3412ecb175
5 changed files with 14 additions and 3 deletions
3
.envrc
Normal file
3
.envrc
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
watch_file ./flake.nix ./flake.lock
|
||||||
|
|
||||||
|
use flake
|
||||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
/.direnv
|
||||||
|
result
|
||||||
|
result-*
|
||||||
|
|
@ -195,6 +195,14 @@
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
devShells.default = pkgs.mkShell {
|
||||||
|
packages = with pkgs; [
|
||||||
|
nixd
|
||||||
|
typos
|
||||||
|
just
|
||||||
|
nvfetcher
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
flake =
|
flake =
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,6 @@
|
||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
fd
|
fd
|
||||||
viu
|
viu
|
||||||
just
|
|
||||||
android-tools
|
android-tools
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -92,14 +92,12 @@
|
||||||
jq
|
jq
|
||||||
onefetch
|
onefetch
|
||||||
vesktop
|
vesktop
|
||||||
gg
|
|
||||||
aria2
|
aria2
|
||||||
|
|
||||||
juicity
|
juicity
|
||||||
waypipe
|
waypipe
|
||||||
wineWow64Packages.waylandFull
|
wineWow64Packages.waylandFull
|
||||||
iperf3
|
iperf3
|
||||||
nvfetcher
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables.EDITOR = "hx";
|
environment.variables.EDITOR = "hx";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue