pkgs/nixfiles: expose nixfiles-generate-config as pkg
This commit is contained in:
10
pkgs/nixfiles/nixfiles-generate-config.nix
Normal file
10
pkgs/nixfiles/nixfiles-generate-config.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "nixfiles-generate-config";
|
||||
text = builtins.readFile ./nixfiles-generate-config.sh;
|
||||
runtimeInputs = with pkgs; [
|
||||
git
|
||||
];
|
||||
checkPhase = "";
|
||||
}
|
Reference in New Issue
Block a user