Skip to content

Commit

Permalink
Add devShell in the nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Apr 6, 2024
1 parent 74e1122 commit 226545e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@
];

cargoLock.lockFile = ./Cargo.lock;
};
}
};
devShells.default = pkgs.mkShell {
packages = with pkgs; [
linux-pam
];
};
}
);
}

0 comments on commit 226545e

Please sign in to comment.