From d666f30475528ce7f50cc3dd92a1693241083fe8 Mon Sep 17 00:00:00 2001 From: rubiigen Date: Fri, 2 Feb 2024 18:29:45 +0000 Subject: major refactor (treewide amongst general cleaning based on my modified dots (with help from notashelf) - perks 1: it works --- nixpkgs.nix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 nixpkgs.nix (limited to 'nixpkgs.nix') diff --git a/nixpkgs.nix b/nixpkgs.nix deleted file mode 100644 index e4d0588..0000000 --- a/nixpkgs.nix +++ /dev/null @@ -1,9 +0,0 @@ -# A nixpkgs instance that is grabbed from the pinned nixpkgs commit in the lock file -# This is useful to avoid using channels when using legacy nix commands -let - lock = (builtins.fromJSON (builtins.readFile ./flake.lock)).nodes.nixpkgs.locked; -in - import (fetchTarball { - url = "https://github.com/nixos/nixpkgs/archive/${lock.rev}.tar.gz"; - sha256 = lock.narHash; - }) -- cgit v1.2.3-54-g00ecf