From 23a2f074f3f0d116a0ca424e4cffc9e839d9f8aa Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Wed, 26 Feb 2025 21:09:24 +0100 Subject: [PATCH] Updated input --- flake.lock | 26 ++++++-------------------- flake.nix | 1 + 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index 4983501..ac55c0d 100644 --- a/flake.lock +++ b/flake.lock @@ -2,7 +2,9 @@ "nodes": { "emacs-overlay": { "inputs": { - "nixpkgs": "nixpkgs", + "nixpkgs": [ + "nixpkgs" + ], "nixpkgs-stable": "nixpkgs-stable" }, "locked": { @@ -38,13 +40,13 @@ "locked": { "lastModified": 1740367490, "narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", - "owner": "NixOS", + "owner": "nixos", "repo": "nixpkgs", "rev": "0196c0175e9191c474c26ab5548db27ef5d34b05", "type": "github" }, "original": { - "owner": "NixOS", + "owner": "nixos", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" @@ -66,27 +68,11 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1740367490, - "narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "0196c0175e9191c474c26ab5548db27ef5d34b05", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "emacs-overlay": "emacs-overlay", "nix-org-babel": "nix-org-babel", - "nixpkgs": "nixpkgs_2" + "nixpkgs": "nixpkgs" } } }, diff --git a/flake.nix b/flake.nix index 65e55b9..1c2e5ff 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; emacs-overlay.url = "github:nix-community/emacs-overlay"; + emacs-overlay.inputs.nixpkgs.follows = "nixpkgs"; nix-org-babel.url = "github:emacs-twist/org-babel"; };