Init wenche #94

Merged
felixalb merged 5 commits from init-wenche into main 2025-03-29 22:15:02 +01:00
Owner
No description provided.
felixalb added 2 commits 2025-02-19 23:29:26 +01:00
Author
Owner

Vi har allerede en byggmester bob, da følger wenche naturlig >:)

Vi har allerede en byggmester bob, da følger wenche naturlig >:)
felixalb added 1 commit 2025-02-22 19:47:31 +01:00
felixalb changed title from WIP: init wenche to Init wenche 2025-02-22 20:25:48 +01:00
Owner
https://pvv.ntnu.no/~oysteikt/img/boller_og_krem.mp4
Author
Owner

https://pvv.ntnu.no/~oysteikt/img/boller_og_krem.mp4

Jeg tolker dette som approved :)

> https://pvv.ntnu.no/~oysteikt/img/boller_og_krem.mp4 Jeg tolker dette som approved :)
oysteikt approved these changes 2025-03-09 11:42:15 +01:00
oysteikt left a comment
Owner

Approved with nits

Approved with nits
@ -71,6 +71,11 @@
pkgs = import nixpkgs {
inherit system;
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg)
Owner

No big deal, but this could be another pkgs instance to avoid allowing unfree where it's not supposed to go.

No big deal, but this could be another `pkgs` instance to avoid allowing unfree where it's not supposed to go.
Author
Owner

Do you mean in case someone accidentally enables "nvidia-x11" or "nvidia-settings" on accident on another host?

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?
Owner

Did you read the comment?

Did you read the comment?
Author
Owner

>:)

\>:)
shells/cuda.nix Outdated
@ -0,0 +11,4 @@
libGLU libGL
xorg.libXi xorg.libXmu freeglut
xorg.libXext xorg.libX11 xorg.libXv xorg.libXrandr zlib
ncurses5 stdenv.cc binutils
Owner

Literally unreadable, newlines and sort plez

Literally unreadable, newlines and sort plez
felixalb marked this conversation as resolved
shells/cuda.nix Outdated
@ -0,0 +16,4 @@
# Other applications, like
hashcat
];
shellHook = ''
Owner

Consider using env instead of shellHook. Also, should the comment be left over?

env = {
  CUDA_PATH = "${pkgs.cudatoolkit}";
  EXTRA_LDFLAGS = "...";
  ...
};
Consider using `env` instead of `shellHook`. Also, should the comment be left over? ```nix env = { CUDA_PATH = "${pkgs.cudatoolkit}"; EXTRA_LDFLAGS = "..."; ... }; ```
felixalb marked this conversation as resolved
felixalb added 1 commit 2025-03-15 23:37:59 +01:00
felixalb added 1 commit 2025-03-29 19:34:53 +01:00
felixalb force-pushed init-wenche from 58f94ee4e8 to cd40bd6178 2025-03-29 22:08:55 +01:00 Compare
felixalb merged commit f1f4da9ff6 into main 2025-03-29 22:15:02 +01:00
felixalb deleted branch init-wenche 2025-03-29 22:15:03 +01:00
Sign in to join this conversation.
No description provided.