about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-09-13 20:13:27 +0000
committerMel <einebeere@gmail.com>2024-09-13 20:13:27 +0000
commit34a40e283facd60a373875fde1b0db572bedcb52 (patch)
tree995f1d97726d987d0a322cf77ada1ad4b7c89828 /flake.nix
parent28589384164e0d43cd4567b4a5894ad1db9f316a (diff)
downloadrnrd-main.tar.zst
rnrd-main.zip
Change lapin flake system property to ARM64 HEAD main
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a613be2..5c5ae87 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,7 +6,7 @@
 
   outputs = inputs @ { self, nixpkgs, nixpkgs-unstable }:
   let
-    system = "x86_64-linux";
+    system = "aarch64-linux";
   in {
     nixosConfigurations = {
       lapin = nixpkgs.lib.nixosSystem {