Skip to content

1.1.0

Compare
Choose a tag to compare
@fndov fndov released this 30 Oct 23:12
· 7 commits to stable since this release
67e24a1

Nixedit

Installation Instructions

You can install nixedit using the provided package.nix file.

Configuration:

Step 1. Create a new directory and download the package.nix.

mkdir ~/.nixedit; cd ~/.nixedit
curl -L -o package.nix https://raw.githubusercontent.com/fndov/nixedit/82f31e2e47debdcb72494be1637191596c767253/package.nix

Step 2. Include in your configuration.nix

nixpkgs.config.packageOverrides = pkgs: {
  nixedit = pkgs.callPackage /home/USERNAME/.nixedit/package.nix { };
};

environment.systemPackages = with pkgs; [
  nixedit
];

Step 3. Install the package.

sudo nixos-rebuild switch

Note

New build command for compiling changes without switching.

Warning

For upgrading versions delete existing data located at ~/.nixedit.