Skip to content

1.0.1

Compare
Choose a tag to compare
@fndov fndov released this 20 Oct 02:24
· 20 commits to stable since this release
bdfcb32

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/bdfcb32e41b64dfdcac5614334facecaa66c939f/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

Fixed issues in search for systems without nix-command and flakes enabled.

Warning

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