From 924fabf26347cf2da0a770cd16f956c26e4064f9 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 15 May 2021 18:10:04 -0400 Subject: nix-build cleanup, external sources localized - clean up as external sources kept locally, in ./src/ext_depends/ - remove dub2nix dependency, no longer needed/used --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index aa8bf39..759fb8b 100644 --- a/flake.nix +++ b/flake.nix @@ -3,12 +3,8 @@ inputs = { flake-utils.url = "github:numtide/flake-utils"; nixpkgs.url = "/nixpkgs-ra/nixpkgs"; - dub2nix-src = { - url = "github:lionello/dub2nix"; - flake = false; - }; }; - outputs = { self, dub2nix-src, nixpkgs, flake-utils }: + outputs = { self, nixpkgs, flake-utils }: let pkgs = nixpkgs.legacyPackages.x86_64-linux; in { -- cgit v1.2.3