summaryrefslogtreecommitdiff
path: root/nixos/sanix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/sanix.nix')
-rw-r--r--nixos/sanix.nix4
1 files changed, 2 insertions, 2 deletions
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