diff options
| author | Kleidi Bujari <mail@4kb.net> | 2024-12-29 23:41:37 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2024-12-29 23:41:37 -0500 |
| commit | 71c37b67bf70f26d882f19f5bd2513ebb5be9387 (patch) | |
| tree | 180ae50d321b4bac4aa1635ae69dac1ee3376438 /flake.nix | |
| parent | 833b5e89afa2073919508cc73534a92dd26fc97e (diff) | |
| download | depot-71c37b67bf70f26d882f19f5bd2513ebb5be9387.tar.gz depot-71c37b67bf70f26d882f19f5bd2513ebb5be9387.tar.bz2 depot-71c37b67bf70f26d882f19f5bd2513ebb5be9387.zip | |
Add hardware input
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "nixpkgs"; + + nixos-hardware.url = "github:nixos/nixos-hardware/master"; }; outputs = { self, nixpkgs, ... } @ inputs: |
