summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-06-28 09:46:04 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-06-28 09:46:04 +0200
commitdacafd3cd7f0656ebf12f2845b17224a121b693f (patch)
tree84019e3443190ca1be84e06ed03a750b83c1d502 /flake.nix
parent3a85c6891dc862ec39ccd53dbd7424b8b5264a34 (diff)
downloadnixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar
nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar.gz
nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar.bz2
nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar.xz
nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.zip
...
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index da73fa6e..97fb4204 100644
--- a/flake.nix
+++ b/flake.nix
@@ -52,6 +52,21 @@
52 ref = "master"; 52 ref = "master";
53 flake = false; 53 flake = false;
54 }; 54 };
55
56 pypi-deps-db = {
57 url = "github:DavHau/pypi-deps-db";
58 flake = false;
59 };
60 mach-nix = {
61 type = "github";
62 owner = "DavHau";
63 repo = "mach-nix";
64 ref = "master";
65 inputs = {
66 nixpkgs.follows = "nixpkgs";
67 pypi-deps-db.follows = "pypi-deps-db";
68 };
69 };
55 }; 70 };
56 71
57 outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, ... }@inputs: 72 outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, ... }@inputs: