meta: dream2nix: use upstream
This commit is contained in:
parent
761ac9a089
commit
0225e7df0d
1 changed files with 4 additions and 2 deletions
|
@ -58,13 +58,14 @@
|
|||
};
|
||||
|
||||
dream2nix = {
|
||||
url = "github:max-privatevoid/dream2nix/reduced-strictness";
|
||||
url = "github:nix-community/dream2nix";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
alejandra.follows = "blank";
|
||||
nixpkgsV1.follows = "nixpkgs";
|
||||
all-cabal-json.follows = "blank";
|
||||
crane.follows = "blank";
|
||||
devshell.follows = "blank";
|
||||
drv-parts.follows = "drv-parts";
|
||||
flake-utils-pre-commit.follows = "blank";
|
||||
flake-parts.follows = "flake-parts";
|
||||
ghc-utils.follows = "blank";
|
||||
|
@ -72,6 +73,7 @@
|
|||
mach-nix.follows = "blank";
|
||||
nix-pypi-fetcher.follows = "blank";
|
||||
pre-commit-hooks.follows = "blank";
|
||||
pruned-racket-catalog.follows = "blank";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue