Add devshell

This commit is contained in:
Greg Hellings
2023-06-28 23:10:07 -05:00
parent e3babb3ac8
commit 581d51382c
4 changed files with 18 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{ pkgs, ... }:
pkgs.writeShellScriptBin "inject-nixos-config" (builtins.readFile ./inject.sh)