aboutsummaryrefslogtreecommitdiff
path: root/nix/sources.json
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-24 11:15:27 -0300
committerEuAndreh <eu@euandre.org>2021-06-24 11:15:27 -0300
commit97a3cfcad27061084dc917bf5a42089d9a89e71f (patch)
tree7a2057421e511aaa786eac35ac1b8a5835aa9ada /nix/sources.json
parentaux/workflow/TODOs.sh: Use <pre> over <span> for ids (diff)
downloadeuandre.org-97a3cfcad27061084dc917bf5a42089d9a89e71f.tar.gz
euandre.org-97a3cfcad27061084dc917bf5a42089d9a89e71f.tar.xz
nix/: Remove
Diffstat (limited to 'nix/sources.json')
-rw-r--r--nix/sources.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/nix/sources.json b/nix/sources.json
deleted file mode 100644
index 388d26d..0000000
--- a/nix/sources.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "niv": {
- "branch": "master",
- "description": "Easy dependency management for Nix projects",
- "homepage": "https://github.com/nmattia/niv",
- "owner": "nmattia",
- "repo": "niv",
- "rev": "3cd7914b2c4cff48927e11c216dadfab7d903fe5",
- "sha256": "1agq4nvbhrylf2s77kb4xhh9k7xcwdwggq764k4jgsbs70py8cw3",
- "type": "tarball",
- "url": "https://github.com/nmattia/niv/archive/3cd7914b2c4cff48927e11c216dadfab7d903fe5.tar.gz",
- "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
- },
- "nixpkgs": {
- "branch": "nixos-unstable",
- "description": "Nix Packages collection",
- "homepage": "",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "68398d2dd50efc2d878bf0f83bbc8bc323b6b0e0",
- "sha256": "1bivcxnajll53ixwyl304fq22w5dg97fqbwk8imp6ipwq84bq5ga",
- "type": "tarball",
- "url": "https://github.com/NixOS/nixpkgs/archive/68398d2dd50efc2d878bf0f83bbc8bc323b6b0e0.tar.gz",
- "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
- }
-}