aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/fu/fupdate/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/fu/fupdate/flake.nix')
-rw-r--r--pkgs/by-name/fu/fupdate/flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/fu/fupdate/flake.nix b/pkgs/by-name/fu/fupdate/flake.nix
index 63d696e1..ca4d41c8 100644
--- a/pkgs/by-name/fu/fupdate/flake.nix
+++ b/pkgs/by-name/fu/fupdate/flake.nix
@@ -10,13 +10,13 @@
{
description = "This is a Nix flake update manager.";
- inputs = { };
+ inputs = {};
outputs = {...}: let
system = "x86_64-linux";
- sources = import ../../../../npins/full.nix {};
+ sources = import ../../../../unflake.nix;
- pkgs = sources.load "nixpkgs";
+ pkgs = sources.nixpkgs.legacyPackages."${system}";
in {
devShells."${system}".default = pkgs.mkShell {
packages = [