diff options
Diffstat (limited to 'spec.nix')
-rw-r--r-- | spec.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | { nixpkgs ? import <nixpkgs>, declInput }: | 1 | { nixpkgs ? <nixpkgs>, declInput }: |
2 | 2 | ||
3 | let | 3 | let |
4 | pkgs = nixpkgs { | 4 | pkgs = import nixpkgs { |
5 | config = {}; | 5 | config = {}; |
6 | }; | 6 | }; |
7 | in { | 7 | in { |