Init wenche #94
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "init-wenche"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Vi har allerede en byggmester bob, da følger wenche naturlig >:)
WIP: init wencheto Init wenchehttps://pvv.ntnu.no/~oysteikt/img/boller_og_krem.mp4
Jeg tolker dette som approved :)
Approved with nits
@ -71,6 +71,11 @@
pkgs = import nixpkgs {
inherit system;
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg)
No big deal, but this could be another
pkgs
instance to avoid allowing unfree where it's not supposed to go.Do you mean in case someone accidentally enables "nvidia-x11" or "nvidia-settings" on accident on another host?
@ -0,0 +35,4 @@
environment.systemPackages = with pkgs; [
];
system.stateVersion = "24.11"; # Did you read the comment?
Did you read the comment?
>:)
@ -0,0 +11,4 @@
libGLU libGL
xorg.libXi xorg.libXmu freeglut
xorg.libXext xorg.libX11 xorg.libXv xorg.libXrandr zlib
ncurses5 stdenv.cc binutils
Literally unreadable, newlines and sort plez
@ -0,0 +16,4 @@
# Other applications, like
hashcat
];
shellHook = ''
Consider using
env
instead ofshellHook
. Also, should the comment be left over?58f94ee4e8
tocd40bd6178