diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-19 05:50:03 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-19 05:50:03 +0100 |
commit | c7e1577e08439081fbb3a6bfa2b49a0b29e94cdd (patch) | |
tree | 11551ff836ad655c3bf287ad08be0aa20eafaadd /nix/sources.json | |
parent | f30b5dc4563076436b4c76bcac04a635aaea795b (diff) |
add fysiweb-cli to shell
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/nix/sources.json b/nix/sources.json index 5530bfa..9195cbd 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -1,14 +1,21 @@ { + "fysiweb-cli": { + "branch": "main", + "repo": "git@github.com:aforemny/fysiweb-cli.git", + "rev": "4fb5cf073e601b93042670e94210b8af1ce85ebe", + "submodules": true, + "type": "git" + }, "nixpkgs": { - "branch": "nixos-unstable", + "branch": "nixos-23.11", "description": "Nix Packages collection", "homepage": null, "owner": "NixOS", "repo": "nixpkgs", - "rev": "6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe", - "sha256": "16f329z831bq7l3wn1dfvbkh95l2gcggdwn6rk3cisdmv2aa3189", + "rev": "84d981bae8b5e783b3b548de505b22880559515f", + "sha256": "0d6j5d31kzfla0x8f64ranp681dhd0hwxihbf3jjpb18cnddxag8", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/84d981bae8b5e783b3b548de505b22880559515f.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nomath-org": { |