Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update nix flake
Sebastian Martinez committed 2 years ago
commit ab86033cb289d858122b87f598f40a6ee6cc7a6b
parent 6cfa0d0555a22b02eebadbef6ddff8704018f159
2 files changed +34 -33
modified flake.lock
@@ -37,30 +37,6 @@
        "type": "github"
      }
    },
-
    "fenix": {
-
      "inputs": {
-
        "nixpkgs": [
-
          "heartwood",
-
          "nixpkgs"
-
        ],
-
        "rust-analyzer-src": [
-
          "heartwood"
-
        ]
-
      },
-
      "locked": {
-
        "lastModified": 1701930186,
-
        "narHash": "sha256-t9uIiU1fE7VXi3t460iOuAUW8Ece9mowRKva1aw48zI=",
-
        "owner": "nix-community",
-
        "repo": "fenix",
-
        "rev": "aeb764a8e4c16da3f36b200a302552d8e457b9f4",
-
        "type": "github"
-
      },
-
      "original": {
-
        "owner": "nix-community",
-
        "repo": "fenix",
-
        "type": "github"
-
      }
-
    },
    "flake-utils": {
      "inputs": {
        "systems": "systems"
@@ -83,22 +59,22 @@
      "inputs": {
        "advisory-db": "advisory-db",
        "crane": "crane",
-
        "fenix": "fenix",
        "flake-utils": "flake-utils",
-
        "nixpkgs": "nixpkgs"
+
        "nixpkgs": "nixpkgs",
+
        "rust-overlay": "rust-overlay"
      },
      "locked": {
-
        "lastModified": 1708953793,
-
        "narHash": "sha256-DGgH8+ibr1WspyUeKeHaW87VzYHf9jzzjyFlOeT6ZoA=",
+
        "lastModified": 1710160177,
+
        "narHash": "sha256-lR9AF8m60UzPWittctKgeFaTekY/ZSAr6NdsMbRMleI=",
        "ref": "master",
-
        "rev": "a48081f2717f069d456ec09f31d9e639b232dbed",
-
        "revCount": 1712,
+
        "rev": "570a7eb141b6ba001713c46345d79b6fead1ca15",
+
        "revCount": 1758,
        "type": "git",
        "url": "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
      },
      "original": {
        "ref": "master",
-
        "rev": "a48081f2717f069d456ec09f31d9e639b232dbed",
+
        "rev": "570a7eb141b6ba001713c46345d79b6fead1ca15",
        "type": "git",
        "url": "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
      }
@@ -132,6 +108,31 @@
        ]
      }
    },
+
    "rust-overlay": {
+
      "inputs": {
+
        "flake-utils": [
+
          "heartwood",
+
          "flake-utils"
+
        ],
+
        "nixpkgs": [
+
          "heartwood",
+
          "nixpkgs"
+
        ]
+
      },
+
      "locked": {
+
        "lastModified": 1710123130,
+
        "narHash": "sha256-EoGL/WSM1M2L099Q91mPKO/FRV2iu2ZLOEp3y5sLfiE=",
+
        "owner": "oxalica",
+
        "repo": "rust-overlay",
+
        "rev": "73aca260afe5d41d3ebce932c8d896399c9d5174",
+
        "type": "github"
+
      },
+
      "original": {
+
        "owner": "oxalica",
+
        "repo": "rust-overlay",
+
        "type": "github"
+
      }
+
    },
    "systems": {
      "locked": {
        "lastModified": 1681028828,
modified flake.nix
@@ -4,7 +4,7 @@
    nixpkgs.follows = "heartwood/nixpkgs";
    flake-utils.follows = "heartwood/flake-utils";
    heartwood = {
-
      url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?ref=master&rev=a48081f2717f069d456ec09f31d9e639b232dbed";
+
      url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?ref=master&rev=570a7eb141b6ba001713c46345d79b6fead1ca15";
    };
  };

@@ -73,7 +73,7 @@
          pname = "radicle-interface";
          version = "1.0.0";
          src = ./.;
-
          npmDepsHash = "sha256-fh49kEDPLGu9weFpU+sOwvpayNpp7VCF6zzkty381A=";
+
          npmDepsHash = "sha256-wg5TOPbBP5FN/ERHc3WniztA86ca5tHYLcPJtGDR1A0=";
          postPatch = ''
            patchShebangs --build ./scripts
            mkdir -p "public/twemoji"