We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b98a6e commit 4c518f8Copy full SHA for 4c518f8
.github/workflows/nix.yml
@@ -89,8 +89,6 @@ jobs:
89
90
- uses: cachix/install-nix-action@v18
91
with:
92
- #install_url: https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
93
- #install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
94
extra_nix_config: |
95
experimental-features = nix-command flakes
96
nix_path: nixpkgs=channel:nixos-unstable
flake.nix
@@ -4,7 +4,6 @@
4
# - Edit `sourceDirs` to update the set of local packages
5
#
6
# For more details: https://nixos.wiki/wiki/Flakes
7
-#
8
{
9
description = "haskell language server flake";
10
0 commit comments