From a94c8fffcba3b4e5e1e661f386aeb8f840df1d58 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Tue, 28 May 2024 01:14:52 +0200 Subject: [PATCH] make woomer follow system nixpkgs --- flake.lock | 20 +++----------------- flake.nix | 5 ++++- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index b14032e..804a5bf 100644 --- a/flake.lock +++ b/flake.lock @@ -1624,22 +1624,6 @@ "type": "github" } }, - "nixpkgs_16": { - "locked": { - "lastModified": 1716715802, - "narHash": "sha256-usk0vE7VlxPX8jOavrtpOqphdfqEQpf9lgedlY/r66c=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "e2dd4e18cc1c7314e24154331bae07df76eb582f", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs_2": { "locked": { "lastModified": 1702539185, @@ -3997,7 +3981,9 @@ "inputs": { "crane": "crane_5", "flake-utils": "flake-utils_9", - "nixpkgs": "nixpkgs_16" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1716794313, diff --git a/flake.nix b/flake.nix index 613cb24..e7324e4 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,10 @@ shadower.url = "github:n3oney/shadower"; - woomer.url = "github:coffeeispower/woomer"; + woomer = { + url = "github:coffeeispower/woomer"; + inputs.nixpkgs.follows = "nixpkgs"; + }; home-manager = { url = "github:nix-community/home-manager";