From c385cc1c05efd2d44a02fd729a6a0241adf9004c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 26 Apr 2022 13:54:42 +0200 Subject: Switch to unstable --- lib/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/default.nix b/lib/default.nix index 5627879..fab13b6 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -1,4 +1,4 @@ -{ self, nixpkgs-stable }: rec { +self: rec { # Mapping of board name to the appropriate system boardSystem = { @@ -16,8 +16,8 @@ # NixOS system for specific Turris board nixturrisSystem = { board, + nixpkgs, system ? boardSystem.${board}.system, - nixpkgs ? nixpkgs-stable, modules ? [], override ? {} }: nixpkgs.lib.nixosSystem ({ @@ -35,8 +35,8 @@ # The minimalized system to decrease amount of ram needed for rebuild # TODO this does not work right now as it requires just load of work to do nixturrisMinSystem = { - nixpkgs ? nixpkgs-stable, - modules, + nixpkgs, + modules ? [], ... } @args: self.lib.nixturrisSystem (args // { nixpkgs = nixpkgs; -- cgit v1.2.3