aboutsummaryrefslogtreecommitdiff
path: root/etc/gnu-store.mount.in
blob: c94f2db72beb1fb2dd6f395dffe3530de3a0232b (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Read-only @storedir@ for GNU Guix
DefaultDependencies=no
ConditionPathExists=@storedir@
Before=guix-daemon.service

[Install]
WantedBy=guix-daemon.service

[Mount]
What=@storedir@
Where=@storedir@
Type=none
Options=bind,ro
-05-31gnu: Remove python2-matplotlib....Maxim Cournoyer 2022-02-11tests: Pass #:guile to 'computed-file' & co....Ludovic Courtès 2021-10-25profiles: Add 'package->development-manifest'....Ludovic Courtès 2021-06-22profiles: Build union of inputs in the right order....Ludovic Courtès 2021-06-18profiles: Add 'load-profile'....Ludovic Courtès 2021-02-01profiles: Add 'manifest->code'....Ludovic Courtès 2020-12-07profiles: Delete duplicate manifest entries in packages->manifest....Leo Prikler 2020-12-07profiles: Remove duplicates in manifest transactions....Leo Prikler 2020-04-26profiles: Add lowerable <profile> record type....Ludovic Courtès