diff options
author | polwex <polwex@sortug.com> | 2025-05-08 20:14:37 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-08 20:14:37 +0700 |
commit | 3efdd55d5cc2e784c6934e9d133f16844c324aad (patch) | |
tree | b901eda1a717f183eeeca297b54312e68a07e1c9 /flake.nix | |
parent | 6dcb4af2623174c4c52202c7ea064f40a35091ed (diff) |
m
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -99,6 +99,12 @@ ########### this fucking guy ######## nixos-rk3588.url = "github:ryan4yin/nixos-rk3588"; + devenv = { + url = "github:cachix/devenv"; + }; + + # determinate systems patched nix. supposedly for enterprise + # determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*"; }; outputs = inputs: import ./outputs.nix inputs; } |