From 48c36bbd4ca561c450af376b8f12fb25dbdb3809 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 25 Dec 2021 22:31:24 +0100 Subject: [PATCH] Updated flake inputs --- flake.lock | 48 ++++++++++-------------------------------------- flake.nix | 2 ++ 2 files changed, 12 insertions(+), 38 deletions(-) diff --git a/flake.lock b/flake.lock index d56191b..db027c1 100644 --- a/flake.lock +++ b/flake.lock @@ -92,7 +92,9 @@ "inputs": { "flake-compat": "flake-compat", "neovim-flake": "neovim-flake", - "nixpkgs": "nixpkgs_2" + "nixpkgs": [ + "unstable" + ] }, "locked": { "lastModified": 1640420040, @@ -125,22 +127,6 @@ } }, "nixpkgs_2": { - "locked": { - "lastModified": 1640319671, - "narHash": "sha256-ZkKmakwaOaLiZOpIZWbeJZwap5CzJ30s4UJTfydYIYc=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "eac07edbd20ed4908b98790ba299250b5527ecdf", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_3": { "locked": { "lastModified": 1640350772, "narHash": "sha256-8Ug1fj5CLjyECT1Jw1VjeJ7+dmgO5grsXoXre3PywO4=", @@ -156,29 +142,13 @@ "type": "github" } }, - "nixpkgs_4": { - "locked": { - "lastModified": 1638097282, - "narHash": "sha256-EXCzj9b8X/lqDPJapxZThIOKL5ASbpsJZ+8L1LnY1ig=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "78cb77b29d37a9663e05b61abb4fa09465da4b70", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nur": { "locked": { - "lastModified": 1640428145, - "narHash": "sha256-GTzu4NxMGiBrfPE6uWycHojqCUmhCWwOrdS0Y0/JU60=", + "lastModified": 1640463732, + "narHash": "sha256-9xakgOvzBvR/e9MX6LJJg5D35RjvWCY6E41k6yUo/Lg=", "owner": "nix-community", "repo": "NUR", - "rev": "a3425a69ea42ce9360d728246f298ddb905f342c", + "rev": "767df3ef1bb4e2820c2bf8eca1ab89b69d754549", "type": "github" }, "original": { @@ -191,7 +161,7 @@ "home-manager": "home-manager", "homepage": "homepage", "neovim-nightly-overlay": "neovim-nightly-overlay", - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_2", "nur": "nur", "sops-nix": "sops-nix", "unstable": "unstable" @@ -199,7 +169,9 @@ }, "sops-nix": { "inputs": { - "nixpkgs": "nixpkgs_4" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1638821683, diff --git a/flake.nix b/flake.nix index ab63e41..c6c4899 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,7 @@ neovim-nightly-overlay = { url = "github:nix-community/neovim-nightly-overlay"; + inputs.nixpkgs.follows = "unstable"; }; homepage = { url = "github:JulienMalka/homepage"; @@ -22,6 +23,7 @@ sops-nix = { url = "github:Mic92/sops-nix"; + inputs.nixpkgs.follows = "nixpkgs"; }; };