mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
env: add simple env to test out buildEnv and profiles
This commit is contained in:
parent
a37ac14681
commit
6b71947f89
2 changed files with 23 additions and 0 deletions
11
nix/environments/nix.nix
Normal file
11
nix/environments/nix.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
buildEnv,
|
||||
#
|
||||
nixfmt-rfc-style,
|
||||
}:
|
||||
buildEnv {
|
||||
name = "nix";
|
||||
paths = [
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue