mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Use unstable for all the things
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ config, lib, pkgs, unstable, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# System-wide packages to install.
|
||||
environment.systemPackages = with unstable;
|
||||
environment.systemPackages = with pkgs;
|
||||
let
|
||||
common = [
|
||||
# utils
|
||||
|
Reference in New Issue
Block a user