From 0e259fe1174fc8dbb1a9197d007640de96a2f1e6 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sun, 9 Aug 2020 16:00:59 +0300 Subject: [PATCH] Downgrade nix --- flake.lock | 14 ++++++++------ flake.nix | 1 + 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 93f85be..1c37c22 100644 --- a/flake.lock +++ b/flake.lock @@ -106,16 +106,18 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1596706841, - "narHash": "sha256-PmETx1tgC93F/WU7zOX6UeA6hHbGN6KYRuEDe3z46/w=", - "owner": "NixOS", + "lastModified": 1593628299, + "narHash": "sha256-TG05BV4fbJdDW4RzoYBYaGdFtOq6NNet1JHjP1Au/VE=", + "owner": "nixos", "repo": "nix", - "rev": "59067f0f587f75908c4f990bcbab29340c7f7652", + "rev": "6ff9aa8df7ce8266147f74c65e2cc529a1e72ce0", "type": "github" }, "original": { - "id": "nix", - "type": "indirect" + "owner": "nixos", + "repo": "nix", + "rev": "6ff9aa8df7ce8266147f74c65e2cc529a1e72ce0", + "type": "github" } }, "nixos-fhs-compat": { diff --git a/flake.nix b/flake.nix index a9b959b..1fa78a4 100644 --- a/flake.nix +++ b/flake.nix @@ -4,6 +4,7 @@ inputs = { nixpkgs.url = github:nixos/nixpkgs/c253216595572930316f2be737dc288a1da22558; + nix.url = github:nixos/nix/6ff9aa8df7ce8266147f74c65e2cc529a1e72ce0; nixpkgs-mesa.url = github:nixos/nixpkgs-channels/bdac777becdbb8780c35be4f552c9d4518fe0bdb; lambda-launcher.url = github:balsoft/lambda-launcher; NUR = {