replace "pkgs" arguments with individual packages
This commit is contained in:
parent
b32e181094
commit
428b2430ef
11 changed files with 35 additions and 39 deletions
|
@ -1,5 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
let inherit (pkgs) stdenv firefox-esr; in
|
||||
{ stdenv, firefox-esr }:
|
||||
stdenv.mkDerivation {
|
||||
pname = "firefox-esr-alias";
|
||||
inherit (firefox-esr) version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue