From f9b73dc7b93bbf60f5b2281a5056c4339e049388 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sun, 5 May 2024 22:30:50 -0500 Subject: triyng a uart from scratch... not yet working... --- flake.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0dd1743..ef36aef 100644 --- a/flake.nix +++ b/flake.nix @@ -2,15 +2,7 @@ inputs.nixpkgs.url = "github:NixOS/nixpkgs"; outputs = { self, flake-utils, nixpkgs }: flake-utils.lib.eachDefaultSystem (system: - let - pkgs = nixpkgs.legacyPackages.${system}; - bsc-contrib = pkgs.fetchFromGitHub { - name = "bsc-contrib-src"; - owner = "B-Lang-org"; - repo = "bsc-contrib"; - rev = "fc26b91c8add9660204c4311dcc60d223ed23ea5"; - hash = "sha256-7H+R7QwcyskrXGO51zZuuyIwZZROc25gJy9nqg/I6lM="; - }; + let pkgs = nixpkgs.legacyPackages.${system}; in rec { devShells.default = pkgs.mkShell { inputsFrom = builtins.attrValues packages; @@ -22,10 +14,6 @@ pkgs.picocom pkgs.yosys ]; - env = { - BSC = pkgs.bluespec; - BSC_CONTRIB = bsc-contrib; - }; }; packages = { }; -- cgit v1.2.3