diff options
-rw-r--r-- | flake.lock | 44 | ||||
-rw-r--r-- | flake.nix | 5 |
2 files changed, 27 insertions, 22 deletions
diff --git a/flake.lock b/flake.lock index 0b0f5525..35c2c8e5 100644 --- a/flake.lock +++ b/flake.lock @@ -30,11 +30,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1692700056, - "narHash": "sha256-KWk7tPc4VHqtcV0Q89SD4aELFppGKNJs0F8amJEb8Yc=", + "lastModified": 1694340916, + "narHash": "sha256-v7tfzIfKwrjYmLmp9qZYRXpFvd9PIn2OJc2jGzhI3Y8=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "e4959460ea8e7d122baab8fd967bc604df928bec", + "rev": "40fcebc368859916fa886b550d75cc70af106e7b", "type": "github" }, "original": { @@ -48,11 +48,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1689068808, - "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", "type": "github" }, "original": { @@ -68,11 +68,11 @@ ] }, "locked": { - "lastModified": 1692720545, - "narHash": "sha256-DQDremUH7lRxiZEIVh6C6kQusuPe1vUKtiVl29nmP0E=", + "lastModified": 1694338541, + "narHash": "sha256-+ZtaNbOwlO1QgYOEvWdhi5wkWjW5Csrboz4xy0WucDg=", "owner": "nix-community", "repo": "home-manager", - "rev": "8eb8c212e50e2fd95af5849585a2eb819add0a1e", + "rev": "f9041d12a90e8bc0c90e03be2ebe26a6c6e6fd70", "type": "github" }, "original": { @@ -88,11 +88,11 @@ ] }, "locked": { - "lastModified": 1692503351, - "narHash": "sha256-FdG0wnizM9mAUgi58KP1tXaX4ogVooPDS6VwsGEqZ9s=", + "lastModified": 1694316990, + "narHash": "sha256-ql9bLSR+9rE3mJ/8sle1KUGMvPhjhtsVefRb1Ah3juk=", "owner": "Mic92", "repo": "nix-index-database", - "rev": "4becac130db930e9de8c3fe58bfa245c119b9eeb", + "rev": "71d840d865b03ab1330d9b7f030a263991ee04e9", "type": "github" }, "original": { @@ -103,11 +103,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1692373088, - "narHash": "sha256-EPgCecdc9I8aTdmDNoO1l7R72r2WPhZRcesV4nzxBj8=", + "lastModified": 1693718952, + "narHash": "sha256-+nGdJlgTk0MPN7NygopipmyylVuAVi7OItIwTlwtGnw=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "7f1836531b126cfcf584e7d7d71bf8758bb58969", + "rev": "793de77d9f83418b428e8ba70d1e42c6507d0d35", "type": "github" }, "original": { @@ -118,11 +118,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1692638711, - "narHash": "sha256-J0LgSFgJVGCC1+j5R2QndadWI1oumusg6hCtYAzLID4=", + "lastModified": 1694183432, + "narHash": "sha256-YyPGNapgZNNj51ylQMw9lAgvxtM2ai1HZVUu3GS8Fng=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "91a22f76cd1716f9d0149e8a5c68424bb691de15", + "rev": "db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b", "type": "github" }, "original": { @@ -134,11 +134,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1692525914, - "narHash": "sha256-MUgZ9/9mE/EbEQA6JPdcQHkjoR5fgvaKhpy6UO67uEc=", + "lastModified": 1694211700, + "narHash": "sha256-ZYok+zqYorC6M/qtrnPVB9IHFWi2TzjlHLW/orMu0No=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "475d5ae2c4cb87b904545bdb547af05681198fcc", + "rev": "73e1976309fc789706b9f306407e9e7622a57d25", "type": "github" }, "original": { @@ -168,7 +168,7 @@ "rev": "59cf2a0d697fc1f167e67de82a63ad0d155cc6cb", "revCount": 57, "type": "git", - "url": "file:///home/alan/projects/alanpearce.eu/nixfiles/private" + "url": "file:///Users/alan/projects/alanpearce.eu/nixfiles/private" }, "original": { "id": "secrets", diff --git a/flake.nix b/flake.nix index ddb4ceca..31314409 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,11 @@ specialArgs = attrs; modules = [ ./system/prefect.nix ]; }; + nixosConfigurations.nanopi = nixpkgs.lib.nixosSystem { + system = aarch64LinuxSystem; + specialArgs = attrs; + modules = [ ./nanopi.nix ]; + }; darwinConfigurations.mba = darwin.lib.darwinSystem { system = darwinSystem; specialArgs = attrs; |