Logo
Explore Help
Sign In
tojnar.cz/strom-roku-2023.krk-litvinov.cz
2
0
Fork 0
You've already forked strom-roku-2023.krk-litvinov.cz
Code Issues Pull Requests Releases Activity
Files
98ce54f3109865c4b3fdf721971af1be18961197
strom-roku-2023.krk-litvino…/shell.nix

20 lines
323 B
Nix
Raw Normal View History

Switch to npins & abandon haskell.nix Flakes copy the whole gigantic repo to store all the time, quickly eating all the drive capacity. haskell.nix is PITA to use on lower-spec devices.
2024-07-14 18:43:16 +02:00
# SPDX-FileCopyrightText: 2024 Jan Tojnar
Initial commit
2023-05-04 23:16:34 +02:00
# SPDX-License-Identifier: MIT
Switch to npins & abandon haskell.nix Flakes copy the whole gigantic repo to store all the time, quickly eating all the drive capacity. haskell.nix is PITA to use on lower-spec devices.
2024-07-14 18:43:16 +02:00
{
dev ? false,
}:
Initial commit
2023-05-04 23:16:34 +02:00
let
Switch to npins & abandon haskell.nix Flakes copy the whole gigantic repo to store all the time, quickly eating all the drive capacity. haskell.nix is PITA to use on lower-spec devices.
2024-07-14 18:43:16 +02:00
sources = import ./npins;
pkgs = import sources.nixpkgs { };
inherit (pkgs) lib;
site = import ./.;
Initial commit
2023-05-04 23:16:34 +02:00
in
Switch to npins & abandon haskell.nix Flakes copy the whole gigantic repo to store all the time, quickly eating all the drive capacity. haskell.nix is PITA to use on lower-spec devices.
2024-07-14 18:43:16 +02:00
pkgs.mkShell {
nativeBuildInputs = [
site
pkgs.vips
] ++ lib.optionals dev [ pkgs.cabal-install ];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 43ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API