port to flakes
This commit is contained in:
parent
deaa4fb75c
commit
2d9150098e
76 changed files with 721 additions and 315 deletions
|
@ -1,7 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
{ mkShell
|
||||
, deploy
|
||||
}:
|
||||
|
||||
with (import ./default.nix { inherit pkgs; });
|
||||
pkgs.mkShell {
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
deploy
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue