Move shells to separate files
This commit is contained in:
parent
7d60967e74
commit
fbe31586f9
10 changed files with 211 additions and 205 deletions
8
shells/nixos-config.nix
Normal file
8
shells/nixos-config.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, inputs }: pkgs.devshell.mkShell {
|
||||
name = "NixOS config";
|
||||
packages = [
|
||||
pkgs.nixpkgs-fmt
|
||||
(pkgs.writeShellScriptBin "fetchpatch" "curl -L https://github.com/NixOS/nixpkgs/pull/$1.patch -o patches/$1.patch")
|
||||
inputs.agenix.defaultPackage.x86_64-linux
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue