diff options
author | Joris | 2020-06-06 17:44:26 +0200 |
---|---|---|
committer | Joris | 2020-06-06 19:54:03 +0200 |
commit | 1595e0de940a86a7810df0e02e43838d97c0d846 (patch) | |
tree | 9701eeec0d98baa9f6044b1911df68e4c8539819 /shell.nix | |
parent | 6b9195000eb5404c247288b384d7ca2bacc1ab23 (diff) |
Provide nix build
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/shell.nix b/shell.nix deleted file mode 100644 index bb95254..0000000 --- a/shell.nix +++ /dev/null @@ -1,20 +0,0 @@ -with (import (builtins.fetchGit { - name = "nixpkgs-20.03"; - url = "git@github.com:nixos/nixpkgs.git"; - rev = "5272327b81ed355bbed5659b8d303cf2979b6953"; - ref = "refs/tags/20.03"; -}) {}); - -mkShell { - - buildInputs = [ - qt5.full - sqlite - ]; - - propagatedBuildInputs = [ - python38Packages.pyqt5 - python38Packages.pytest - ]; - -} |