diff options
Diffstat (limited to 'nix/users/fcuny/dev.nix')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 0202747..f95c04d 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -29,12 +29,6 @@ rustup ]; - programs.emacs = { - enable = true; - # https://github.com/NixOS/nixpkgs/issues/395169 - package = pkgs.emacs.override { withNativeCompilation = false; }; - }; - programs.go = { enable = true; goPath = ".local/share/pkg.go"; |
