mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
This commit is contained in:
parent
51896dabea
commit
641a0cd84d
11 changed files with 2424 additions and 423 deletions
8
pkgs/swarsel-instantiate/default.nix
Normal file
8
pkgs/swarsel-instantiate/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ name, writeShellApplication, ... }:
|
||||
writeShellApplication {
|
||||
inherit name;
|
||||
text = ''
|
||||
set -euo pipefail
|
||||
nix-instantiate --strict --eval --expr "let lib = import <nixpkgs/lib>; in $*"
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue