Compare commits

..

No commits in common. "aee5e664c1f476e52bd2176b0c80521301dc4c15" and "830f8d51b38c7aeeab28d4d1ed74cab66af04567" have entirely different histories.

4 changed files with 3 additions and 15 deletions

View File

@ -13,7 +13,6 @@
stdenv,
fetchurl,
nixos,
callPackage,
testers,
versionCheckHook,
hello,

View File

@ -1,8 +0,0 @@
{ runCommand, hello }:
runCommand "hello-test-run" {
nativeBuildInputs = [ hello ];
} ''
diff -U3 --color=auto <(hello) <(echo 'Hello, world!')
touch $out
''

View File

@ -86,8 +86,6 @@ in
pkgs.gparted
pkgs.ntfs3g
pkgs.ntfsprogs
pkgs.my-namespace.udev-steelseries
pkgs.my-namespace.hello
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
]

View File

@ -8,10 +8,9 @@
# Load nvidia driver for Xorg and Wayland
#boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ];
boot.kernelParams = [
"nvidia-drm.fbdev=0"
"nvidia-drm.modeset=0"
];
#boot.kernelParams = [
# "nvidia-drm.fbdev=1"
#];
boot.blacklistedKernelModules = [
"i915"
"amdgpu"