From a457cd33f197ab2509a4aa4601c305b5552e5911 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 31 Mar 2022 19:11:35 +0200 Subject: [PATCH] Use system-wide nixpkgs, instead of pinning the version per repo --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 399bd4e..edba4b7 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/feed45d391471db2ecdbe5ba7aa301ab290a0c8f.tar.gz") {}, +{ pkgs ? import {}, nightingale-pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/f7949198dcff52265b322ca8abf7450610e7e49e.tar.gz") {} }: