diff --git a/flake.lock b/flake.lock index 888ded0..ddd08b2 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,18 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1596792298, - "narHash": "sha256-DM1fPvyRKneMihzALrguof78FxzBfRw243EFggkpog0=", + "lastModified": 1604350474, + "narHash": "sha256-zz0g0YmgJJqSd9032LWJAjHUeEIgvbXVoN2y8SCBQ9I=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "585aa266d36fc6cc5f300d6f0696f89168f38c3c", + "rev": "0da76dab4c2acce5ebf404c400d38ad95c52b152", "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index 1ea03cc..3880762 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,6 @@ { description = "Integrates sops into nixos"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; outputs = { self, nixpkgs }: let systems = [ "x86_64-linux"