add flake support
This commit is contained in:
12
shell.nix
12
shell.nix
@@ -1,11 +1 @@
|
||||
let
|
||||
nixpkgs = (import ./nix/sources.nix).nixpkgs-unstable;
|
||||
pkgs = import nixpkgs {};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
(python3.withPackages(p: [p.sphinx p.sphinx_rtd_theme]))
|
||||
niv
|
||||
jq clamav
|
||||
];
|
||||
}
|
||||
(import (builtins.fetchGit "https://github.com/edolstra/flake-compat") { src = ./.; }).shellNix
|
||||
|
||||
Reference in New Issue
Block a user