diff options
author | Wolf | 2020-01-01 20:16:47 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-02-04 13:54:09 +0100 |
commit | c1d4b99e10ec056019e6b83bce56fb6ca1f78884 (patch) | |
tree | 807c6c58e011864c3108d0ca5110d863eb8ab52c /service-nix | |
parent | 0dcf192db3c7b74a80c855a9a9de2aee6cc65470 (diff) | |
download | portage-roles-c1d4b99e10ec056019e6b83bce56fb6ca1f78884.tar.gz |
service-nix: Add a nix profile
Diffstat (limited to '')
-rw-r--r-- | service-nix/package.accept_keywords/20-service-nix | 4 | ||||
-rw-r--r-- | service-nix/package.use/20-service-nix | 1 | ||||
-rw-r--r-- | service-nix/repos.conf/nix-guix.conf | 5 |
3 files changed, 10 insertions, 0 deletions
diff --git a/service-nix/package.accept_keywords/20-service-nix b/service-nix/package.accept_keywords/20-service-nix new file mode 100644 index 0000000..0ff704c --- /dev/null +++ b/service-nix/package.accept_keywords/20-service-nix @@ -0,0 +1,4 @@ +sys-apps/nix::nix-guix + +# needed for sys-apps/nix +dev-libs/editline diff --git a/service-nix/package.use/20-service-nix b/service-nix/package.use/20-service-nix new file mode 100644 index 0000000..e697c3a --- /dev/null +++ b/service-nix/package.use/20-service-nix @@ -0,0 +1 @@ +dev-libs/boost context diff --git a/service-nix/repos.conf/nix-guix.conf b/service-nix/repos.conf/nix-guix.conf new file mode 100644 index 0000000..6022ce0 --- /dev/null +++ b/service-nix/repos.conf/nix-guix.conf @@ -0,0 +1,5 @@ +[nix-guix] +auto-sync = yes +location = /var/overlays/nix-guix +sync-type = git +sync-uri = https://github.com/trofi/nix-guix-gentoo |