Refactor custom packages
This commit is contained in:
parent
e04bededf3
commit
a7430169e9
16 changed files with 58 additions and 42 deletions
|
@ -1,9 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
with pkgs;
|
||||
|
||||
writeShellApplication {
|
||||
name = "build-glove80";
|
||||
|
||||
runtimeInputs = with pkgs; [
|
||||
runtimeInputs = [
|
||||
cachix
|
||||
git
|
||||
nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue