diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.nix b/default.nix index eddefa9..e5fc5f4 100644 --- a/default.nix +++ b/default.nix | |||
@@ -1,5 +1,5 @@ | |||
1 | with import <immaeNixpkgsNext> {}; | 1 | with import <nixpkgs> {}; |
2 | with import ./libs.nix { nixpkgs = import <immaeNixpkgsNext> {}; }; | 2 | with import ./libs.nix { nixpkgs = import <nixpkgs> {}; }; |
3 | let | 3 | let |
4 | mypkgs = {}; | 4 | mypkgs = {}; |
5 | 5 | ||
@@ -93,7 +93,7 @@ let | |||
93 | }; | 93 | }; |
94 | }; | 94 | }; |
95 | 95 | ||
96 | mypkgs.terminal-velocity = with python3Packages; buildPythonApplication rec { | 96 | mypkgs.terminal-velocity = with python36Packages; buildPythonApplication rec { |
97 | pname = "terminal-velocity-git"; | 97 | pname = "terminal-velocity-git"; |
98 | version = "0.2.0"; | 98 | version = "0.2.0"; |
99 | 99 | ||