fix linux

This commit is contained in:
2025-12-02 20:49:53 +00:00
parent 657310c722
commit 7aa8c421f7
2 changed files with 11 additions and 11 deletions

View File

@@ -125,7 +125,7 @@
in
{
inherit (nixpkgs) legacyPackages;
#inherit (nixpkgs) legacyPackages;
nixosConfigurations = {
vm = nixpkgs.lib.nixosSystem {
@@ -324,7 +324,7 @@
}
) deploy-rs.lib;
}
// flake-utils.lib.eachDefaultSystem (
// flake-utils.lib.eachSystem [ "x86_64-linux" "aarch64-linux" ] (
system:
let
pkgs = import nixpkgs {