Add jj to the set

This commit is contained in:
Jeremy Wall 2022-07-14 17:28:42 -04:00
parent 11ed873fa3
commit 46ce17d6ac
5 changed files with 46 additions and 6 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"makefile.extensionOutputFolder": "./.vscode"
}

View File

@ -92,6 +92,7 @@
inputs.sile inputs.sile
inputs.runwhen inputs.runwhen
inputs.durnitisp inputs.durnitisp
inputs.jj
# TODO add sonic-pi here if it supports the arch # TODO add sonic-pi here if it supports the arch
]; ];

43
nix/darwin/flake.lock generated
View File

@ -132,6 +132,24 @@
"type": "github" "type": "github"
} }
}, },
"jj": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1657821556,
"narHash": "sha256-t4B8sC31ZFt/Z1pN+79bhfDYUoMvW5dNbFiWyglPAvs=",
"owner": "martinvonz",
"repo": "jj",
"rev": "92fc2ceb5f431530d2e1238efbb24e9d3e276b68",
"type": "github"
},
"original": {
"owner": "martinvonz",
"repo": "jj",
"type": "github"
}
},
"naersk": { "naersk": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
@ -152,7 +170,7 @@
}, },
"naersk_2": { "naersk_2": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_4"
}, },
"locked": { "locked": {
"lastModified": 1650101877, "lastModified": 1650101877,
@ -183,6 +201,20 @@
} }
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": {
"lastModified": 1651634615,
"narHash": "sha256-VtvcS61bLh5mIBm9cV3idUHdlfPRFus/NwdJfaj5s8o=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "abfd31179174133ab8131139d650297bf4da63b7",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1653328845, "lastModified": 1653328845,
"narHash": "sha256-NKc98+iX8YH500np1zWZSQ2C+FoD9sS/nuH02Rg2ats=", "narHash": "sha256-NKc98+iX8YH500np1zWZSQ2C+FoD9sS/nuH02Rg2ats=",
@ -198,7 +230,7 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_3": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1650109093, "lastModified": 1650109093,
"narHash": "sha256-tqlnKrAdJktRLXTou9le0oTqrYBAFpGscV5RADdpArU=", "narHash": "sha256-tqlnKrAdJktRLXTou9le0oTqrYBAFpGscV5RADdpArU=",
@ -212,7 +244,7 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs_4": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1650222748, "lastModified": 1650222748,
"narHash": "sha256-AHh/goEfG5hlhIMVgGQwACbuv5Wit2ND9vrcB4QthJs=", "narHash": "sha256-AHh/goEfG5hlhIMVgGQwACbuv5Wit2ND9vrcB4QthJs=",
@ -231,7 +263,8 @@
"inputs": { "inputs": {
"darwin": "darwin", "darwin": "darwin",
"durnitisp": "durnitisp", "durnitisp": "durnitisp",
"nixpkgs": "nixpkgs_2", "jj": "jj",
"nixpkgs": "nixpkgs_3",
"runwhen": "runwhen", "runwhen": "runwhen",
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
} }
@ -241,7 +274,7 @@
"flake-compat": "flake-compat_2", "flake-compat": "flake-compat_2",
"flake-utils": "flake-utils_2", "flake-utils": "flake-utils_2",
"naersk": "naersk_2", "naersk": "naersk_2",
"nixpkgs": "nixpkgs_4", "nixpkgs": "nixpkgs_5",
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {

View File

@ -11,9 +11,10 @@
url = "github:oxalica/rust-overlay"; url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
jj.url = "github:martinvonz/jj";
}; };
outputs = {self, nixpkgs, darwin, runwhen, durnitisp, rust-overlay }: outputs = {self, nixpkgs, darwin, runwhen, durnitisp, rust-overlay, jj }:
let let
forSystem = (system: forSystem = (system:
let let
@ -30,6 +31,7 @@
rust-overlay = rust-overlay.overlay; rust-overlay = rust-overlay.overlay;
#TODO(jwall): when the libtexpdf issue is fixed we can stop doing this #TODO(jwall): when the libtexpdf issue is fixed we can stop doing this
sile = pkgs.sile.overrideAttrs(oldAttrs: { doCheck = false; }); sile = pkgs.sile.overrideAttrs(oldAttrs: { doCheck = false; });
jj = jj.defaultPackage."${system}";
}; };
}); });
in in

1
result Symbolic link
View File

@ -0,0 +1 @@
/nix/store/3pl430vvk4prggkvwc7kfw8sjg6l0fh7-darwin-system-22.05.20220523.7ae60dd+darwin4.4fdbb81