X-Git-Url: http://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/7edafc884c2a21258541b17a231051702c458263..06deab3321d387fff3f07efe9c53c7db3ab2aa85:/gnu/machine.scm?ds=sidebyside diff --git a/gnu/machine.scm b/gnu/machine.scm index 434d78ab41..60be674972 100644 --- a/gnu/machine.scm +++ b/gnu/machine.scm @@ -23,7 +23,7 @@ #:use-module (guix monads) #:use-module (guix records) #:use-module (guix store) - #:use-module ((guix utils) #:select (source-properties->location)) + #:use-module ((guix diagnostics) #:select (source-properties->location)) #:use-module (srfi srfi-35) #:export (environment-type environment-type? @@ -51,7 +51,7 @@ ;;; Commentary: ;;; ;;; This module provides the types used to declare individual machines in a -;;; heterogeneous Guix deployment. The interface allows users of specify system +;;; heterogeneous Guix deployment. The interface allows users to specify system ;;; configurations and the means by which resources should be provisioned on a ;;; per-host basis. ;;;