feat(npins): Remove nixos-unstable
This commit is contained in:
parent
86f53a54e6
commit
f8443e00d1
3 changed files with 4 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, sources, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkDefault mkEnableOption mkIf mkOption types;
|
||||
|
@ -20,11 +20,7 @@ in {
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = let pkgs = import sources.nixos-unstable { };
|
||||
in import ./package {
|
||||
inherit pkgs;
|
||||
inherit (pkgs) lib;
|
||||
};
|
||||
default = import ./package { inherit pkgs; };
|
||||
};
|
||||
|
||||
port = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue