aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 1 insertions, 5 deletions
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 {