feat(npins): Remove nixos-unstable
This commit is contained in:
parent
86f53a54e6
commit
f8443e00d1
3 changed files with 4 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{ pkgs }:
|
||||
|
||||
let
|
||||
callPackage = lib.callPackageWith (pkgs // self);
|
||||
callPackage = pkgs.lib.callPackageWith (pkgs // self);
|
||||
|
||||
self = {
|
||||
satosa = callPackage ./satosa.nix { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue