Skip to content

Commit 2f12e63

Browse files
committed
fix(nixiso): fix build errors
1 parent d64f730 commit 2f12e63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

home/gabe/nixiso.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
home.stateVersion = "24.11";
1010

11-
programs.firefox.profiles.gabe.extensions =
12-
with config.nur.repos.rycee.firefox-addons; [
11+
programs.firefox.profiles.gabe.extensions.packages =
12+
with pkgs.nur.repos.rycee.firefox-addons; [
1313
sidebery
1414
bitwarden
1515
ublock-origin

hosts/nixiso/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ in {
66

77
config = {
88
# disko stuff
9-
system.stateVersion = config.system.nixos.version;
9+
system.stateVersion = config.system.nixos.release;
1010
# disko.devices.disk.main.imageSize = "10G";
1111
# boot.loader.systemd-boot.enable = true;
1212

modules/flake/modules.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ in {
102102
"${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix"
103103
"${nixpkgs}/nixos/modules/installer/cd-dvd/channel.nix"
104104
inputs.disko.nixosModules.disko
105-
inputs.nur.nixosModules.nur
105+
inputs.nur.modules.nixos.default
106106

107107
../../hosts/nixiso
108108
] ++ nixosCommon;

0 commit comments

Comments
 (0)