diff --git a/flake.lock b/flake.lock index 4dda5b9..96f6623 100644 --- a/flake.lock +++ b/flake.lock @@ -17,15 +17,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1660402476, - "narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=", + "lastModified": 1660375717, + "narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "91e3af4efba570a9b7fb6a069783fcd85f311247", + "rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index faa8f28..93f9aea 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ "Ready-made templates for easily creating flake-driven environments"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs"; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-utils.url = "github:numtide/flake-utils"; };