diff options
author | polwex <polwex@sortug.com> | 2025-05-17 07:24:14 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-17 07:24:14 +0000 |
commit | 9d89a55dff02122ebef9d8c7b388707084bac2fa (patch) | |
tree | 015a6a49ddc1f484960e7977e624d1d971a45453 /flake.nix | |
parent | bb5002c60d57600ecb812720106a88df80d07362 (diff) | |
parent | 3efdd55d5cc2e784c6934e9d133f16844c324aad (diff) |
Merge branch 'master' of mygit:/polwex/nixconf
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; } |