justanotheruser has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 240 seconds]
tom39291 has quit [Quit: WeeChat 2.7.1]
tom39291 has joined #nixos-dev
tom39291 has quit [Quit: WeeChat 2.7.1]
tom39291 has joined #nixos-dev
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
<aristid>
can somebody remind me how to build just one nixos module? i want to use git bisect to see when a particular module started to fail
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 260 seconds]
<aristid>
well seems like this does what i want: nix-build -A system.build.manual.manualHTML
<aristid>
not quite argh
<aristid>
nix-build -A config.system.build.manual.manualHTML
alp has joined #nixos-dev
<aristid>
it seems that nixos-manual-combined is broken since b6ce3db981c3aa3d2950460ca4c5a1a8c0e9c567
<aristid>
or maybe it only builds if the sandbox is disabled... (I have the sandbox enabled)
<aristid>
always get errors like this: ./man-pages.xml:13: element include: XInclude error : could not load man-nixos-build-vms.xml, and no fallback was found
<gleber>
How can I ran an individual test from `nix` repo eg `tests/foo.sh`?
<aristid>
NEVERMIND, my nix store was corrupted
alp has quit [Ping timeout: 272 seconds]
<gleber>
Found a way `make tests/simple.sh.test`
alp has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
tokudan has quit [Remote host closed the connection]
AlwaysLivid has quit [Remote host closed the connection]
bennofs has joined #nixos-dev
WilliButz has quit [Remote host closed the connection]
WilliButz has joined #nixos-dev
WilliButz has quit [Remote host closed the connection]
WilliButz has joined #nixos-dev
tokudan has joined #nixos-dev
tokudan has quit [Remote host closed the connection]
tokudan has quit [Remote host closed the connection]
nschoe has joined #nixos-dev
tokudan has joined #nixos-dev
tokudan has quit [Remote host closed the connection]
tokudan has joined #nixos-dev
tokudan has quit [Remote host closed the connection]
__monty__ has joined #nixos-dev
orivej has joined #nixos-dev
tokudan has joined #nixos-dev
nschoe has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 264 seconds]
alp has joined #nixos-dev
AlwaysLivid has quit [Ping timeout: 264 seconds]
AlwaysLivid has joined #nixos-dev
nschoe has joined #nixos-dev
justanotheruser has joined #nixos-dev
<jtojnar>
doronbehar how does the neowrapper handle propagation boundaries when `buildInputs` and `propagatedBuildInputs` are the same?
<jtojnar>
For example, libinput depends on pyudev for its utilities but we do not want everything that links against libudev to have pyudev as dependency.
<jtojnar>
* For example, libinput depends on pyudev for its utilities but we do not want everything that links against libinput to have pyudev as dependency.
alp has quit [Ping timeout: 272 seconds]
cole-h has joined #nixos-dev
<jtojnar>
@doronbehar:matrix.org: also, I wonder if you consider targetting wrappers in-scope? For example, fwupd needs to exclude EFI files from being wrapped; gjs only wants to wrap tests…
<jtojnar>
* @doronbehar:matrix.org: also, I wonder if you consider targetting wrappers in-scope? For example, fwupd needs to exclude EFI files from being wrapped; gjs only wants to wrap installed tests…
abathur has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-dev
alp has joined #nixos-dev
abathur has joined #nixos-dev
FRidh has quit [Quit: Konversation terminated!]
cole-h has quit [Quit: Goodbye]
alp has quit [Ping timeout: 272 seconds]
nschoe has quit [Ping timeout: 272 seconds]
b42 has quit [Ping timeout: 246 seconds]
b42 has joined #nixos-dev
MichaelRaskin has quit [Ping timeout: 240 seconds]
alp has joined #nixos-dev
obadz has quit [Ping timeout: 240 seconds]
obadz has joined #nixos-dev
<drakonis>
note: currently hard linking saves 17592186044416.00 MiB
<drakonis>
hmmmmmm
<infinisil>
Nice
alp has quit [Ping timeout: 272 seconds]
__monty__ has quit [Quit: leaving]
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-dev
alp has joined #nixos-dev
<energizer>
can i declaratively prefetch a file in configuration.nix?