aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-10-27 23:45:52 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-10-28 00:02:34 +0900
commitd9cb2a9f2b2b80344f5f72c8e5e370575119a8c1 (patch)
treec25a2862d7e665a17633f35452c8a875a2d8e320 /flake.nix
parent09feda3783926d3eccd0061a556cdce2e5162024 (diff)
fsu: implement simple setuid user switcher
Contains path to fortify, set at compile time, authenticates based on a simple uid range assignment file which also acts as the allow list. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index f8f3e384..ba6c0c83 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,9 +34,7 @@
devShells = forAllSystems (system: {
default = nixpkgsFor.${system}.mkShell {
- buildInputs =
- with nixpkgsFor.${system};
- self.packages.${system}.fortify.buildInputs;
+ buildInputs = with nixpkgsFor.${system}; self.packages.${system}.fortify.buildInputs;
};
withPackage = nixpkgsFor.${system}.mkShell {