summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bbswitch
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-01-13 21:21:40 +0200
committerArtturin <Artturin@artturin.com>2023-01-22 13:46:12 +0200
commit6e3bff617fa22d2e1e7265ff69e9cb00f77b46a7 (patch)
treec390b59c061af620f962c00a757b7b2ffd4ff4e4 /pkgs/os-specific/linux/bbswitch
parent221ef67e1c12f3c374ec0737445e1a62fa6f6806 (diff)
downloadnixpkgs-6e3bff617fa22d2e1e7265ff69e9cb00f77b46a7.tar
nixpkgs-6e3bff617fa22d2e1e7265ff69e9cb00f77b46a7.tar.gz
nixpkgs-6e3bff617fa22d2e1e7265ff69e9cb00f77b46a7.tar.bz2
nixpkgs-6e3bff617fa22d2e1e7265ff69e9cb00f77b46a7.tar.lz
nixpkgs-6e3bff617fa22d2e1e7265ff69e9cb00f77b46a7.tar.xz
nixpkgs-6e3bff617fa22d2e1e7265ff69e9cb00f77b46a7.tar.zst
nixpkgs-6e3bff617fa22d2e1e7265ff69e9cb00f77b46a7.zip
treewide: remove replacements of '$(shell uname -r)' with '${kernel.modDirVersion}'
after adding deterministic-uname to kernel.moduleBuildDependencies this
is unnecessary
Diffstat (limited to 'pkgs/os-specific/linux/bbswitch')
-rw-r--r--pkgs/os-specific/linux/bbswitch/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/bbswitch/default.nix b/pkgs/os-specific/linux/bbswitch/default.nix
index 886bf3e6fee..8312d64acdd 100644
--- a/pkgs/os-specific/linux/bbswitch/default.nix
+++ b/pkgs/os-specific/linux/bbswitch/default.nix
@@ -31,7 +31,6 @@ stdenv.mkDerivation {
 
   preBuild = ''
     substituteInPlace Makefile \
-      --replace "\$(shell uname -r)" "${kernel.modDirVersion}" \
       --replace "/lib/modules" "${kernel.dev}/lib/modules"
   '';