feat: dont build ragenix from source

This commit is contained in:
Youwen Wu 2025-03-17 14:01:05 -07:00
parent 4878a74137
commit 8c2a98ffb0
Signed by: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -195,7 +195,9 @@
zen-browser = inputs.zen-browser.packages.${pkgs.system}.default;
})
];
environment.systemPackages = [ inputs.agenix.packages.${pkgs.system}.default ];
# instead of using ragenix from agenix which builds from
# source, use ragenix packaged in nixpkgs
environment.systemPackages = [ pkgs.ragenix ];
}
)
];