formatting
This commit is contained in:
parent
30485caf09
commit
c3fbe2e337
1 changed files with 5 additions and 6 deletions
11
flake.nix
11
flake.nix
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue