diff options
author | Alan Pearce | 2024-11-27 19:43:34 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-27 19:43:52 +0100 |
commit | bd2f43382e6166e72ba86d18c1215d5dc509cdc3 (patch) | |
tree | d235337d1b3d66887faf6766c33e302fa3bddb6c /flake.nix | |
parent | 43c030f9dfd6a6814c442f9b93c3033798b1d162 (diff) | |
download | nixfiles-bd2f43382e6166e72ba86d18c1215d5dc509cdc3.tar.lz nixfiles-bd2f43382e6166e72ba86d18c1215d5dc509cdc3.tar.zst nixfiles-bd2f43382e6166e72ba86d18c1215d5dc509cdc3.zip |
nanopi: make compatible with flakes
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index c0137b59..5ee485d4 100644 --- a/flake.nix +++ b/flake.nix @@ -103,6 +103,7 @@ specialArgs = { inherit inputs; }; modules = [ agenix.nixosModules.default + nixos-hardware.nixosModules.friendlyarm-nanopi-r5s ./system/nanopi.nix ]; }; |