replace "pkgs" arguments with individual packages

This commit is contained in:
rhiannon morris 2025-04-20 09:57:40 +02:00
parent b32e181094
commit 428b2430ef
11 changed files with 35 additions and 39 deletions

View file

@ -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;