mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-24 15:01:56 +03:00
fix example for haskell
This commit is contained in:
parent
8836a3f422
commit
30401cbc9d
@ -9,14 +9,11 @@
|
||||
self,
|
||||
dream2nix,
|
||||
src,
|
||||
} @ inp: let
|
||||
dream2nix = inp.dream2nix.lib2.init {
|
||||
systems = ["x86_64-linux"];
|
||||
config.projectRoot = ./.;
|
||||
};
|
||||
in
|
||||
(dream2nix.makeFlakeOutputs {
|
||||
} @ inp:
|
||||
(dream2nix.lib.makeFlakeOutputs {
|
||||
pkgs = dream2nix.inputs.nixpkgs.legacyPackages.x86_64-linux;
|
||||
source = src;
|
||||
config.projectRoot = ./.;
|
||||
settings = [
|
||||
{
|
||||
subsystemInfo.noDev = true;
|
||||
|
@ -129,8 +129,6 @@ in {
|
||||
snapshotYamlFile = builtins.fetchurl {
|
||||
url = snapshotEntry.completed.url;
|
||||
sha256 = snapshotEntry.completed.sha256;
|
||||
# This is a plain text file, therefore enable http compression
|
||||
curlOpts = "--compressed";
|
||||
};
|
||||
|
||||
snapshot = haskellUtils.fromYaml snapshotYamlFile;
|
||||
|
Loading…
Reference in New Issue
Block a user