From 6ee4ad237ebdd964cced26327d95bca211400c89 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 25 Sep 2024 10:24:04 +0200 Subject: [PATCH] Switch to bscpkgs master branch --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 4a8a533..f4ac664 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,6 @@ { inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - inputs.bscpkgs.url = "git+https://git.sr.ht/~rodarima/bscpkgs?ref=riscv-benchmarks"; - # When changing bscpkgs, take directly from disk to avoid having to push: - #inputs.bscpkgs.url = "/home/Computational/rarias/bscpkgs"; + inputs.bscpkgs.url = "git+https://git.sr.ht/~rodarima/bscpkgs"; outputs = {self, nixpkgs, ...}@inputs: let