diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-05-15 18:10:04 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-05-15 22:25:58 -0400 |
commit | 924fabf26347cf2da0a770cd16f956c26e4064f9 (patch) | |
tree | 80c97145dca8188df5f7131694e5dc2f5990b7ff /flake.nix | |
parent | cgi.d arsd update (diff) |
nix-build cleanup, external sources localized
- clean up as external sources kept locally, in
./src/ext_depends/
- remove dub2nix dependency, no longer needed/used
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 { |