ctucx.git: nixfiles

ctucx' nixfiles

commit c099bc8bdc95a0fb20bb823cd0984eb53b408035
parent fbe85cd3ad377f143ec8eaf134c84becfc3fc108
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 20 Mar 2022 18:17:43 +0100

niv: add nix-darwin
1 file changed, 12 insertions(+), 0 deletions(-)
M
nix/sources.json
|
12
++++++++++++
diff --git a/nix/sources.json b/nix/sources.json
@@ -11,6 +11,18 @@
         "url": "https://github.com/ryantm/agenix/archive/a17d1f30550260f8b45764ddbd0391f4b1ed714a.tar.gz",
         "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
     },
+    "darwin": {
+        "branch": "master",
+        "description": "nix modules for darwin",
+        "homepage": "",
+        "owner": "LnL7",
+        "repo": "nix-darwin",
+        "rev": "17fbc68a6110edbff67e55f7450230a697ecb17e",
+        "sha256": "0vfrfj913i70dnyz772hnz961knfwv8kmpn1lz15mw9syzf1m1zj",
+        "type": "tarball",
+        "url": "https://github.com/LnL7/nix-darwin/archive/17fbc68a6110edbff67e55f7450230a697ecb17e.tar.gz",
+        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+    },
     "home-manager": {
         "branch": "release-21.11",
         "description": "Manage a user environment using Nix  [maintainer=@rycee] ",