about summary refs log tree commit diff stats
path: root/pkgs/by-name/ts/tskm/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ts/tskm/flake.nix')
-rw-r--r--pkgs/by-name/ts/tskm/flake.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/by-name/ts/tskm/flake.nix b/pkgs/by-name/ts/tskm/flake.nix
index 6217f942..ac28eb83 100644
--- a/pkgs/by-name/ts/tskm/flake.nix
+++ b/pkgs/by-name/ts/tskm/flake.nix
@@ -11,12 +11,13 @@
   description = "This is the core interface to the system-integrated task management";
 
   inputs = {
-    nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
   };
 
-  outputs = {nixpkgs, ...}: let
+  outputs = {...}: let
     system = "x86_64-linux";
-    pkgs = nixpkgs.legacyPackages."${system}";
+
+    sources = import ../../../../npins/full.nix {};
+    pkgs = sources.load "nixpkgs";
   in {
     devShells."${system}".default = pkgs.mkShell {
       buildInputs = [