formatting

This commit is contained in:
Osman Faruk Bayram 2024-12-14 04:29:28 +03:00
parent 30485caf09
commit c3fbe2e337

View file

@ -38,14 +38,13 @@
...
}: {
nixosConfigurations = let
system = "x86_64-linux";
system = "x86_64-linux";
pkgs-unstable = import nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
};
inherit system;
config.allowUnfree = true;
};
system-label = self.shortRev or self.dirtyShortRev or self.lastModified or "unknown";
in
{
in {
tartarus = nixpkgs.lib.nixosSystem rec {
inherit system;
modules = [