Use system-wide nixpkgs, instead of pinning the version per repo
This commit is contained in:
parent
6486423e37
commit
a457cd33f1
|
@ -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") {}
|
||||
}:
|
||||
|
||||
|
|
Loading…
Reference in a new issue