Skip to content

1.1.1

Latest
Compare
Choose a tag to compare
@fndov fndov released this 18 Nov 21:46
· 2 commits to stable since this release
726fe65

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/726fe65f1a55a9d4601729b8b9386d7d5279b32f/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

Warning

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