summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {