Skip to content

Commit 6aabf68

Browse files
authored
Merge pull request #1469 from bittner/feature/point-to-realpath
Replace symlink references by real path and delete symlink
2 parents a4bb30a + 7d9552e commit 6aabf68

File tree

113 files changed

+121
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+121
-122
lines changed

apple/imac/18-2/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
../../../common/cpu/intel/kaby-lake
1010
../../../common/gpu/amd
1111
../../../common/hidpi.nix
12-
../../../common/pc/laptop/ssd
12+
../../../common/pc/ssd
1313
];
1414

1515
# apple smc (TODO: check spi)

apple/imac/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
../.
44
../../common/cpu/intel
55
../../common/pc/laptop
6-
../../common/pc/laptop/ssd
6+
../../common/pc/ssd
77
];
88
}

apple/macbook-air/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
../.
44
../../common/cpu/intel
55
../../common/pc/laptop
6-
../../common/pc/laptop/ssd
6+
../../common/pc/ssd
77
];
88
}

apple/macbook-pro/10-1/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
imports = [
55
../.
6-
../../../common/pc/laptop/ssd
6+
../../../common/pc/ssd
77
../../../common/gpu/24.05-compat.nix
88
../../../common/gpu/nvidia/kepler
99
];

apple/macbook-pro/11-1/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
imports = [
44
../.
5-
../../../common/pc/laptop/ssd
5+
../../../common/pc/ssd
66
../../../common/cpu/intel/haswell
77
];
88

apple/macbook-pro/11-5/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ in
99
{
1010
imports = [
1111
../.
12-
../../../common/pc/laptop/ssd
12+
../../../common/pc/ssd
1313
];
1414

1515
# Enable broadcom-43xx firmware

apple/macbook-pro/12-1/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
imports = [
55
../.
6-
../../../common/pc/laptop/ssd
6+
../../../common/pc/ssd
77
"${modulesPath}/hardware/network/broadcom-43xx.nix"
88
];
99

apple/macbook-pro/14-1/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
../.
99
../../../common/cpu/intel/kaby-lake
1010
../../../common/hidpi.nix
11-
../../../common/pc/laptop/ssd
11+
../../../common/pc/ssd
1212
];
1313

1414
# Make the keyboard work in stage1, enable iommu

apple/macbook-pro/8-1/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
imports = [
55
../.
66
../../../common/cpu/intel/sandy-bridge
7-
../../../common/pc/laptop/ssd
7+
../../../common/pc/ssd
88
];
99

1010
networking.enableB43Firmware = lib.mkDefault true;

asus/ally/rc71l/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
../../../common/cpu/amd/pstate.nix
66
../../../common/gpu/amd
77
../../../common/pc/laptop
8-
../../../common/pc/laptop/ssd
8+
../../../common/pc/ssd
99
../../battery.nix
1010
];
1111

0 commit comments

Comments
 (0)