summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2018-09-04 22:34:33 +0200
committerMinijackson <minijackson@riseup.net>2018-09-04 22:34:33 +0200
commitfae19b5ee7eedd9c9cf054791fa724bc624fbb21 (patch)
tree486e1c07f4eff63d7956ccfba64cf93c18531628
parent55cf598db11d2ed1b563721e36515e9fc99bffde (diff)
downloadset_eq-fae19b5ee7eedd9c9cf054791fa724bc624fbb21.tar.gz
set_eq-fae19b5ee7eedd9c9cf054791fa724bc624fbb21.zip
Hopefully fix the spec.nix file
-rw-r--r--spec.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec.nix b/spec.nix
index 47bdb8e..e9312fe 100644
--- a/spec.nix
+++ b/spec.nix
@@ -1,7 +1,7 @@
1{ nixpkgs ? import <nixpkgs>, declInput }: 1{ nixpkgs ? <nixpkgs>, declInput }:
2 2
3let 3let
4 pkgs = nixpkgs { 4 pkgs = import nixpkgs {
5 config = {}; 5 config = {};
6 }; 6 };
7in { 7in {