system: update
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, pkgs-stable, lib, inputs, ...}: {
|
||||
{ config, pkgs, pkgs-stable, pkgs-fixed, lib, inputs, ...}: {
|
||||
imports = [
|
||||
./secrets/secrets.nix
|
||||
./modules/aagl.nix
|
||||
@ -16,6 +16,7 @@
|
||||
inherit config;
|
||||
inherit pkgs;
|
||||
inherit pkgs-stable;
|
||||
inherit pkgs-fixed;
|
||||
inherit lib;
|
||||
inherit inputs;
|
||||
name = "chest";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, pkgs-stable, lib, inputs, ...}: {
|
||||
{ config, pkgs, pkgs-stable, pkgs-fixed, lib, inputs, ...}: {
|
||||
imports = [
|
||||
./secrets/secrets.nix
|
||||
./modules/grub.nix
|
||||
@ -16,6 +16,7 @@
|
||||
inherit config;
|
||||
inherit pkgs;
|
||||
inherit pkgs-stable;
|
||||
inherit pkgs-fixed;
|
||||
inherit lib;
|
||||
inherit inputs;
|
||||
name = "sweetbread";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, pkgs-stable, lib, inputs, ...}: {
|
||||
{ config, pkgs, pkgs-stable, pkgs-fixed, lib, inputs, ...}: {
|
||||
imports = [
|
||||
./secrets/secrets.nix
|
||||
./modules/grub.nix
|
||||
@ -14,6 +14,7 @@
|
||||
inherit config;
|
||||
inherit pkgs;
|
||||
inherit pkgs-stable;
|
||||
inherit pkgs-fixed;
|
||||
inherit lib;
|
||||
inherit inputs;
|
||||
name = "sweetbread";
|
||||
|
Reference in New Issue
Block a user