From 0c8d583aca537be01ac0765c0b7e5c09a431b203 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Tue, 18 Mar 2025 21:34:07 +0100 Subject: update toaster to unstable --- flake.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 1dca929..d355e32 100644 --- a/flake.nix +++ b/flake.nix @@ -21,8 +21,8 @@ }; lanzaboote = { - url = "github:nix-community/lanzaboote/v0.4.1"; - inputs.nixpkgs.follows = "nixpkgs"; + url = "github:nix-community/lanzaboote/v0.4.2"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; }; authentik-nix = { @@ -37,7 +37,7 @@ lix-module = { url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.lix.follows = "lix"; }; @@ -48,13 +48,13 @@ }; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; - inputs.nixpkgs.follows = "nixpkgs"; + url = "github:nix-community/home-manager"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; }; niri = { url = "github:sodiboo/niri-flake/main"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; }; tmux-yank = { @@ -73,6 +73,7 @@ niri, nixos-hardware, nixpkgs, + nixpkgs-unstable, sops-nix, ... }: @@ -109,7 +110,7 @@ in microvms // { - toaster = nixpkgs.lib.nixosSystem { + toaster = nixpkgs-unstable.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [ -- cgit v1.3.1