feat: support stable nix
All checks were successful
Build packages / Build derivations (push) Successful in 3m2s
All checks were successful
Build packages / Build derivations (push) Successful in 3m2s
This commit is contained in:
parent
ef5052ebc6
commit
70b5e931ba
1 changed files with 4 additions and 0 deletions
4
default.nix
Normal file
4
default.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
pkgs ? import <nixpkgs> { },
|
||||||
|
}:
|
||||||
|
import ./pkgs/all-packages.nix { } pkgs
|
Loading…
Add table
Add a link
Reference in a new issue