mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 23:10:13 +00:00
fix infinite recursion by namespacing new pkgs
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
{ pkgs, lib, ... }:
|
||||
pkgs.stdenv.mkDerivation {
|
||||
pname = "volnoti-unstable";
|
||||
pname = "volnoti";
|
||||
version = "2013-09-23";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "davidbrazdil";
|
||||
|
Reference in New Issue
Block a user