system: change channels

This commit is contained in:
2025-05-05 14:58:11 +03:00
parent 7eedb9098a
commit 724633d928
13 changed files with 39 additions and 36 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, pkgs-stable, pkgs-fixed, lib, inputs, ...}: let
{ config, pkgs, pkgs-unstable, pkgs-fixed, lib, inputs, ...}: let
laptop = false;
in {
imports = [
@ -17,7 +17,7 @@ in {
(import ../../user/common.nix {
inherit config;
inherit pkgs;
inherit pkgs-stable;
inherit pkgs-unstable;
inherit pkgs-fixed;
inherit lib;
inherit inputs;