mirror of
https://github.com/SebastianStork/nixos-installer.git
synced 2026-01-21 20:21:34 +01:00
Init
This commit is contained in:
commit
b2aca0a845
11 changed files with 327 additions and 0 deletions
12
flake/dev-shells.nix
Normal file
12
flake/dev-shells.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
perSystem =
|
||||
{ pkgs, system, ... }:
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.sops
|
||||
pkgs.age
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue