diff options
author | Alan Pearce | 2024-05-12 22:34:23 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-12 23:12:39 +0200 |
commit | 895a3b061bb4717955ffbceab3bf3c6ecebacd70 (patch) | |
tree | fed970785b9b0460693d07dcffae08283be90ce4 /nix/sources.json | |
parent | 7077a3748fa545e8dee83d4f3464c55b4b459183 (diff) | |
download | searchix-895a3b061bb4717955ffbceab3bf3c6ecebacd70.tar.lz searchix-895a3b061bb4717955ffbceab3bf3c6ecebacd70.tar.zst searchix-895a3b061bb4717955ffbceab3bf3c6ecebacd70.zip |
build: switch to flakes
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/nix/sources.json b/nix/sources.json deleted file mode 100644 index 1534db4..0000000 --- a/nix/sources.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "git-hooks": { - "branch": "master", - "description": "Seamless integration of https://pre-commit.com git hooks with Nix.", - "homepage": "", - "owner": "cachix", - "repo": "git-hooks.nix", - "rev": "2849da033884f54822af194400f8dff435ada242", - "sha256": "0ag90l0hrkhm02mkmm8yf3fnjjawv99czc7bp0szzgknps0xrzxb", - "type": "tarball", - "url": "https://github.com/cachix/git-hooks.nix/archive/2849da033884f54822af194400f8dff435ada242.tar.gz", - "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" - }, - "gomod2nix": { - "branch": "master", - "description": "Convert applications using Go modules to Nix expressions [maintainer=@adisbladis]", - "homepage": "", - "owner": "nix-community", - "repo": "gomod2nix", - "rev": "872b63ddd28f318489c929d25f1f0a3c6039c971", - "sha256": "1wh9rlhg2w42fsavh7wxvmw42l7m5wg290gnp571dq0qcr1z7kg1", - "type": "tarball", - "url": "https://github.com/nix-community/gomod2nix/archive/872b63ddd28f318489c929d25f1f0a3c6039c971.tar.gz", - "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" - }, - "nixpkgs": { - "branch": "nixos-unstable", - "description": "Nix Packages collection", - "homepage": null, - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "58a1abdbae3217ca6b702f03d3b35125d88a2994", - "sha256": "05rpyikxpjf15nrzggrx4m0kjkjcmpyhm714nfrbhsp5cp1x1m4r", - "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/58a1abdbae3217ca6b702f03d3b35125d88a2994.tar.gz", - "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" - }, - "simple-css": { - "branch": "main", - "description": "Mostly-reasonable HTML Styles.", - "homepage": "", - "owner": "kevquirk", - "repo": "simple.css", - "rev": "89787585fc44e6023f2b5e6f78a3e3ca8c60b10a", - "sha256": "1q35vvq932x3r02zycr2plfkzd8x5plzlwk71cl6gxpwvq26jhbx", - "type": "file", - "url": "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.0/simple.css", - "url_template": "https://raw.githubusercontent.com/<owner>/<repo>/v<version>/simple.css", - "version": "2.3.0" - } -} |