From 0e9f1e85cd8c6f9d546ef88e971043b909017170 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 7 Nov 2022 20:51:39 +0100 Subject: ... --- flake.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8f52e8d0..2b22d7c5 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,11 @@ pypi-deps-db.follows = "pypi-deps-db"; }; }; + + leapseconds = { + url = "https://www.ietf.org/timezones/data/leap-seconds.list"; + flake = false; + }; }; outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, ... }@inputs: @@ -210,11 +215,7 @@ apps = foldr recursiveUpdate {} [activateNixosConfigurations activateHomeManagerConfigurations]; - devShells = forAllSystems (system: systemPkgs: { default = import ./shell.nix { - pkgs = self.legacyPackages.${system}; - deploy-rs = deploy-rs.packages.${system}.deploy-rs; - nvfetcher = nvfetcher.defaultPackage.${system}; - };}); + devShells = forAllSystems (system: systemPkgs: { default = import ./shell.nix ({ inherit system; } // inputs); }); templates.default = { path = ./.; -- cgit v1.2.3