Skip to content

Releases: fndov/nixedit

1.1.1

18 Nov 21:46
726fe65
Compare
Choose a tag to compare

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.

1.1.0

30 Oct 23:12
67e24a1
Compare
Choose a tag to compare

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.

1.0.2

24 Oct 22:07
efc5274
Compare
Choose a tag to compare

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/7ad8433cbc6e08b7d074995a72066d87824fa26a/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.

1.0.1

20 Oct 02:24
bdfcb32
Compare
Choose a tag to compare

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.

1.0.0

17 Oct 02:32
72d4f15
Compare
Choose a tag to compare

Nixedit

Installation Instructions

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

Configuration:

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

mkdir ~/.nixedit; cd ~/.nixedit
curl -L -o package.nix https://raw.githubusercontent.com/fndov/nixedit/874f924113e6733380e37e2d38e1a94e66c45f3d/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