Fix the flakes/show test

Don't hardcode “x86_64-linux” as this won't work too nicely on other
platforms
This commit is contained in:
Théophane Hufschmitt 2023-01-30 10:44:10 +01:00
parent 02e81cdf62
commit bc6e65e26f

View file

@ -26,7 +26,7 @@ writeSimpleFlake() {
}; };
# To test "nix flake init". # To test "nix flake init".
legacyPackages.x86_64-linux.hello = import ./simple.nix; legacyPackages.$system.hello = import ./simple.nix;
}; };
} }
EOF EOF