From 14800ffb1ee524e01ed07a76d10f228373d0bac4 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 7 Apr 2026 13:14:21 -0500 Subject: [PATCH] update flake --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index f109e6f..f8c07fa 100755 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ ]; }; - nixosConfigurations.sovran-iso = nixpkgs.lib.nixosSystem { + nixosConfigurations.sovran_systemsos-iso = nixpkgs.lib.nixosSystem { modules = [ { nixpkgs.hostPlatform = "x86_64-linux"; } ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-stable ]; }) @@ -60,4 +60,4 @@ }; }; }; -} \ No newline at end of file +}