summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-09-02 10:16:21 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-09-02 10:16:21 +0530
commitc38acc6dce1075ae7e73dedf018be69202900054 (patch)
treece676853cff426c6b5d41c7e7930d1e20c41fe11 /flake.nix
parentca4cff791d8cc0fec5a487cd50229d299ddd0d24 (diff)
oixos
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index fbf9bf9..113c6bf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,6 +26,10 @@
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
+ disko = {
+ url = "github:nix-community/disko";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs =
@@ -52,6 +56,12 @@
system = "x86_64-linux";
systemState = "26.05";
})
+ (mkSystem {
+ user = "beeb5k";
+ hostname = "oixos";
+ system = "aarch64-linux";
+ systemState = "26.05";
+ })
];
};
}