mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
add zotero-nix
This commit is contained in:
parent
e12ca7d652
commit
6d5e1dc0f2
2 changed files with 13 additions and 1 deletions
12
deps/sources.json
vendored
12
deps/sources.json
vendored
|
@ -143,6 +143,18 @@
|
|||
"revision": "d8fe5e6c92d0d190646fb9f1056741a229980089",
|
||||
"url": "https://github.com/nixos/nixpkgs/archive/d8fe5e6c92d0d190646fb9f1056741a229980089.tar.gz",
|
||||
"hash": "0jd6x1qaggxklah856zx86dxwy4j17swv4df52njcn3ln410bic8"
|
||||
},
|
||||
"zotero-nix": {
|
||||
"type": "Git",
|
||||
"repository": {
|
||||
"type": "GitHub",
|
||||
"owner": "camillemndn",
|
||||
"repo": "zotero-nix"
|
||||
},
|
||||
"branch": "main",
|
||||
"revision": "5dd398b6113dc13cfec9df468fb191bf59338c88",
|
||||
"url": "https://github.com/camillemndn/zotero-nix/archive/5dd398b6113dc13cfec9df468fb191bf59338c88.tar.gz",
|
||||
"hash": "167bwwf12apgb8wp0p7z3rvjdkcn30i81xzk85md2p396y6f109i"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
|
|
|
@ -37,7 +37,7 @@ import "${nixpkgs}/nixos/lib/eval-config.nix" {
|
|||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
});
|
||||
# Packages comming from other repositories
|
||||
|
||||
zotero = pkgs.wrapFirefox (pkgs.callPackage "${inputs.zotero-nix}/pkgs" { }) { };
|
||||
attic = import inputs.attic;
|
||||
colmena = import inputs.colmena;
|
||||
inherit (prev.unstable) bcachefs-tools;
|
||||
|
|
Loading…
Add table
Reference in a new issue