Revert "Add shell.nix"

This reverts commit 219932b3a2.
This commit is contained in:
coolneng 2022-05-02 05:51:10 +02:00
parent e87475c9cb
commit 3cbbb097be
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [
stow
];
shellHook = ''
stow .
'';
}