From aa0467b45c098484c69fc5af2539344c17d5b886 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 19 Mar 2023 00:07:05 +0100 Subject: bump lock --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 33a5e7d..a91452f 100644 --- a/flake.nix +++ b/flake.nix @@ -135,6 +135,15 @@ ./microvms/music ]; }; + + news = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = { inherit inputs; }; + modules = [ + sops-nix.nixosModules.sops + microvm.nixosModules.microvm + ]; + }; }; }; } -- cgit v1.3.1