mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 06:19:11 +00:00
hosts/ni: enable Nix channels
It's not PYURE but it is convenient.
This commit is contained in:
parent
4aaa46956a
commit
8255d8ec01
@ -66,6 +66,9 @@
|
|||||||
# Basically, the most basic nixpkgs configuration.
|
# Basically, the most basic nixpkgs configuration.
|
||||||
environment.variables.NIXPKGS_CONFIG = lib.mkForce ./config/nixpkgs/config.nix;
|
environment.variables.NIXPKGS_CONFIG = lib.mkForce ./config/nixpkgs/config.nix;
|
||||||
|
|
||||||
|
# Enable Nix channels.
|
||||||
|
nix.channel.enable = true;
|
||||||
|
|
||||||
# Make Nix experimental.
|
# Make Nix experimental.
|
||||||
nix.package = pkgs.nixUnstable;
|
nix.package = pkgs.nixUnstable;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user