mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: nix: Remove tab characters.
* gnu/tests/package-management.scm: Remove them.
This commit is contained in:
parent
e9bed5e9e7
commit
7d72da6b07
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ (define marionette
|
|||
"store" "ping" "--store" "daemon")))
|
||||
marionette))
|
||||
|
||||
(test-end))))
|
||||
(test-end))))
|
||||
|
||||
(gexp->derivation (string-append name "-test") test))
|
||||
|
||||
|
@ -99,7 +99,7 @@ (define %nix-os
|
|||
(let ((base-os
|
||||
(simple-operating-system
|
||||
(service nix-service-type)
|
||||
(service dhcp-client-service-type))))
|
||||
(service dhcp-client-service-type))))
|
||||
(operating-system
|
||||
(inherit base-os)
|
||||
(packages (cons nix (operating-system-packages base-os))))))
|
||||
|
|
Loading…
Reference in a new issue