mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
tests: nix: Remove tab characters.
* gnu/tests/package-management.scm: Remove them.
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
"store" "ping" "--store" "daemon")))
|
||||
marionette))
|
||||
|
||||
(test-end))))
|
||||
(test-end))))
|
||||
|
||||
(gexp->derivation (string-append name "-test") test))
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
(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))))))
|
||||
|
||||
Reference in New Issue
Block a user