diff options
author | Cara Salter <cara@devcara.com> | 2022-06-10 14:40:56 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-06-10 14:40:56 -0400 |
commit | 4c044c28559f356883e4ab3cec437bbb20ce7f89 (patch) | |
tree | e8f697b87a56726689088c2127aba297276e3ffe /flake.lock | |
parent | f64edeb631bfdefcd757483d7dfbe204daabf1ab (diff) | |
download | solard-4c044c28559f356883e4ab3cec437bbb20ce7f89.tar.gz solard-4c044c28559f356883e4ab3cec437bbb20ce7f89.zip |
planets: Create new planets
Star systems in the palm of your keyboard!
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -15,6 +15,22 @@ "type": "github" } }, + "mozpkgs": { + "flake": false, + "locked": { + "lastModified": 1650459918, + "narHash": "sha256-sroCK+QJTmoXtcRkwZyKOP9iAYOPID2Bwdxn4GkG16w=", + "owner": "mozilla", + "repo": "nixpkgs-mozilla", + "rev": "e1f7540fc0a8b989fb8cf701dc4fd7fc76bcf168", + "type": "github" + }, + "original": { + "owner": "mozilla", + "repo": "nixpkgs-mozilla", + "type": "github" + } + }, "naersk": { "inputs": { "nixpkgs": "nixpkgs" @@ -64,6 +80,7 @@ "root": { "inputs": { "flake-utils": "flake-utils", + "mozpkgs": "mozpkgs", "naersk": "naersk", "nixpkgs": "nixpkgs_2" } |