update
This commit is contained in:
parent
0b91649bc5
commit
f7c6016f1a
4 changed files with 24 additions and 16 deletions
7
default.nix
Normal file
7
default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.neovim
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue