diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-09-29 12:00:00 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-09-29 12:57:06 +0200 |
commit | 6197225e11bc0e664ee6e2a71329cec834aa3511 (patch) | |
tree | f3db4819bec40897c54d816acb0468a0f64e2d54 /nix | |
parent | 9254d3dc86a1ab21ddaea246cb17f68c8a8eb9b5 (diff) |
minecraft-server: initmain
Diffstat (limited to 'nix')
-rw-r--r-- | nix/sources.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json index 1835e4e..94c80ea 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -36,6 +36,18 @@ "url": "https://github.com/NixOS/nixpkgs/archive/84d981bae8b5e783b3b548de505b22880559515f.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, + "nixpkgs_latest": { + "branch": "master", + "description": "Nix Packages collection & NixOS", + "homepage": "", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "8a39ee33c344795d55c270a5fba8d3c7b8585c0f", + "sha256": "1iih6rswd4wlclwrjd5r635x6g81p36ijlj9yxp773p89bqwnsl7", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/8a39ee33c344795d55c270a5fba8d3c7b8585c0f.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, "nomath-org": { "branch": "main", "repo": "git@code.nomath.org:~/nomath-org", |