From dfb73342a094871a54185d90841430be087e109c Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 29 Nov 2024 08:01:14 +0100 Subject: refactor: switch to npins niv is written in Haskell, while npins is written in Rust. I'm more comfortable with Rust. npins also seems more actively maintained. The files in npins/ were generated with: nix-shell -p npins npins init --bare npins add --name nixos channel nixos-24.05 --- nixos/sanix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/sanix.nix') diff --git a/nixos/sanix.nix b/nixos/sanix.nix index 4895127..02d9ed5 100644 --- a/nixos/sanix.nix +++ b/nixos/sanix.nix @@ -1,7 +1,7 @@ { lib, pkgs, config, ... }: { environment.systemPackages = with pkgs; [ - # We're using niv to manage the systems Nixpkgs version, install it globally for ease - niv + # We're using npins to manage the systems Nixpkgs version, install it globally for ease + npins ]; # Use the Nixpkgs config and overlays from the local files for this NixOS build -- cgit v1.2.3