me
/
guix
Archived
1
0
Fork 0

tests: nix: Remove tab characters.

* gnu/tests/package-management.scm: Remove them.
Mathieu Othacehe 2022-02-21 13:37:30 +01:00
parent e9bed5e9e7
commit 7d72da6b07
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -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))))))