summaryrefslogtreecommitdiffstats
path: root/release.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2018-09-04 22:47:58 +0200
committerMinijackson <minijackson@riseup.net>2018-09-04 22:47:58 +0200
commit18351820ca3e250ec393d53ced70619bcd58d4b6 (patch)
tree76afb288dd2113c5ff9ad7a7834156f624b51c87 /release.nix
parent73e7b709efdc61eb9be007b17c20ec74ec7da028 (diff)
downloadset_eq-18351820ca3e250ec393d53ced70619bcd58d4b6.tar.gz
set_eq-18351820ca3e250ec393d53ced70619bcd58d4b6.zip
Fix release.nix again
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.nix b/release.nix
index 9db53f9..726ed24 100644
--- a/release.nix
+++ b/release.nix
@@ -1,7 +1,7 @@
1{ nixpkgs ? import <nixpkgs>, ... }: 1{ nixpkgs ? <nixpkgs>, ... }:
2 2
3let 3let
4 pkgs = nixpkgs { 4 pkgs = import nixpkgs {
5 config = {}; 5 config = {};
6 }; 6 };
7in { 7in {