Revise previous opinions about absolute paths GT <bracket-notation>

Unforeseen problem: `buildkite-agent` runs its builds in a separate directory,
so if I want the `nix-build` command to build the newly checked out code, I need
to set <briefcase> to the CWD.
This commit is contained in:
William Carroll 2020-08-17 10:08:32 +01:00
parent 7833632a79
commit 59f7481411
11 changed files with 12 additions and 21 deletions

View file

@ -5,7 +5,7 @@
{
imports =
[ /home/wpcarro/nixpkgs/nixos/modules/installer/scan/not-detected.nix
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
];
boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "usbhid" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];