From 946cf87360e790a6f0c873a8eca41ad22b569587 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 28 Apr 2024 23:13:03 +0200 Subject: remove nixpkgs flake pin --- pin.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pin.nix (limited to 'pin.nix') diff --git a/pin.nix b/pin.nix deleted file mode 100644 index ab7c8b3e..00000000 --- a/pin.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ inputs, ... }: -let - inherit (inputs) nixpkgs; -in -{ - nix = { - registry = { - nixpkgs.flake = nixpkgs; - }; - }; -} -- cgit 1.4.1