3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/upgrade.sh

10 lines
351 B
Bash
Raw Normal View History

#! /bin/sh -e
if test -z "$NIXOS"; then NIXOS=/etc/nixos/nixos; fi
if test -z "$NIXOS_CONFIG"; then NIXOS_CONFIG=/etc/nixos/configuration.nix; fi
nix-env -p /nix/var/nix/profiles/system -f $NIXOS/system/system.nix \
--arg configuration "import $NIXOS_CONFIG" \
--set -A system
/nix/var/nix/profiles/system/bin/switch-to-configuration switch