Use system-wide nixpkgs, instead of pinning the version per repo

pull/2/head
teutat3s 2022-03-31 19:11:35 +02:00
parent 6486423e37
commit a457cd33f1
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/feed45d391471db2ecdbe5ba7aa301ab290a0c8f.tar.gz") {},
{ pkgs ? import <nixpkgs> {},
nightingale-pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/f7949198dcff52265b322ca8abf7450610e7e49e.tar.gz") {}
}: