Removes Hell

This commit is contained in:
Abhinav Sarkar 2024-12-29 12:27:33 +05:30
parent cfb9ae3bee
commit f0a43783ce
3 changed files with 0 additions and 32 deletions

24
flake.lock generated
View File

@ -83,29 +83,6 @@
"type": "github"
}
},
"hell": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1734340528,
"narHash": "sha256-tunoxL4wT57SOIZ0gDqMFVdH0zgzsqfdGGPU2g5QT/k=",
"owner": "chrisdone",
"repo": "hell",
"rev": "2dad319c03a664c65039324d9d1bfc73ae1202ed",
"type": "github"
},
"original": {
"owner": "chrisdone",
"repo": "hell",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@ -251,7 +228,6 @@
"dm-mono-font": "dm-mono-font",
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"hell": "hell",
"home-manager": "home-manager",
"nix-darwin": "nix-darwin",
"nix-vscode-extensions": "nix-vscode-extensions",

View File

@ -24,11 +24,6 @@
url = "github:nix-community/nixd/2.5.1";
inputs.nixpkgs.follows = "nixpkgs";
};
hell = {
url = "github:chrisdone/hell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
# lix-module = {
# url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz";
# inputs.nixpkgs.follows = "nixpkgs";
@ -89,7 +84,6 @@
home-manager.extraSpecialArgs = {
inherit inputs pkgs-stable;
nixd = inputs.nixd.packages.${system}.nixd;
hell = inputs.hell.packages.${system}.default;
};
}
];

View File

@ -3,7 +3,6 @@
config,
pkgs,
nixd,
hell,
...
}:
@ -53,7 +52,6 @@ let
brotli
cabal2nix
(opaComplete "cabal-plan" (leanHaskellBinary haskellPackages.cabal-plan))
(opaComplete "hell" (leanHaskellBinary hell))
(leanHaskellBinary (
import ../packages/pandoc-cli-3.5.nix {
system = pkgs.system;