From 68b32e038b3c61f172ded146421986f4926aa495 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 23:19:14 +0900 Subject: [PATCH] test --- lib/default.nix | 12 ------------ nixos/users/albert/desktop.nix | 4 ++-- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index 23c76415..3c956146 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -52,18 +52,6 @@ hostPlatform = system; }; - add-unstable-packages = final: _prev: { - unstable = import inputs.nixpkgs-unstable { - inherit system; - config.allowUnfree = unfree; - hostPlatform = system; - }; - }; - - nixpkgs.overlays = [ - add-unstable-packages - ]; - modules = [ # Types are 'default', 'small', and 'minimal' ../nixos/${type}.nix diff --git a/nixos/users/albert/desktop.nix b/nixos/users/albert/desktop.nix index 98f74cd3..9b183cc1 100644 --- a/nixos/users/albert/desktop.nix +++ b/nixos/users/albert/desktop.nix @@ -1,11 +1,11 @@ -{ config, lib, pkgs, unstable, desktop, inputs, system, ... }: { +{ config, lib, pkgs, desktop, inputs, system, ... }: { # Steam, Vintage Story areu nfree. environment.systemPackages = [ pkgs.bitwarden pkgs.steam pkgs.lutris pkgs.vlc - unstable.vintagestory + # unstable.vintagestory ]; programs.steam = {