Skip to content

Commit 8c4c982

Browse files
committed
nextthing/chip: don't import image.nix by default
Fix the CI error: error: The option `fileSystems."/".fsType' has conflicting definition values: - In `/nix/store/...-source/pkgs/top-level/all-packages.nix': "btrfs" - In `/nix/store/...-source/nixos/modules/installer/sd-card/sd-image.nix': "ext4"
1 parent 332a98c commit 8c4c982

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

nextthing/chip/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# If you are using PocketCHIP
1414
nixos-hardware.nixosModules.nextthing-chip-pocketchip
1515
16+
"${nixos-hardware}/nextthing/chip/image.nix"
17+
1618
{
1719
# Cross compilation build architecture
1820
nixpkgs.buildPlatform.system = "x86_64-linux";

nextthing/chip/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
imports = [
33
./common.nix
44
./bluetooth.nix
5-
./image.nix
65
./nand.nix
76
];
87
}

0 commit comments

Comments
 (0)