diff options
author | azahi <azat@bahawi.net> | 2024-10-28 02:41:15 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-28 02:41:15 +0300 |
commit | dfa3b61db0e5c4ab5d35af1bf06af1fb27ba659a (patch) | |
tree | 11641ba75d50b63b14086305196e26a8f5f5e700 /flake.nix | |
parent | 2024-10-26 (diff) |
2024-10-28
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index ec432c3..c621f04 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,8 @@ nixpkgs-master.url = "github:NixOS/nixpkgs/master"; nixpkgs-stable.url = "github:NixOS/nixpkgs/release-24.05"; + flake-parts.url = "github:hercules-ci/flake-parts"; + # TODO Upstream this? nixpkgs-amneziawg.url = "github:azahi/nixpkgs/amneziawg"; |