Cleanup devenv.nix
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
packages = [
|
||||
@@ -17,12 +14,10 @@
|
||||
nil --version
|
||||
'';
|
||||
|
||||
# https://devenv.sh/tasks/
|
||||
tasks = {
|
||||
|
||||
};
|
||||
|
||||
# https://devenv.sh/tests/
|
||||
enterTest = ''
|
||||
echo "Running tests"
|
||||
git --version | grep --color=auto "${pkgs.git.version}"
|
||||
@@ -32,6 +27,4 @@
|
||||
nil.enable = true;
|
||||
nixfmt-rfc-style.enable = true;
|
||||
};
|
||||
|
||||
# See full reference at https://devenv.sh/reference/options/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user