Revert "feat: introduce nix-shell"

This reverts commit bb45c036593f4da6a9490fd7593f60a76c444ad2.
This commit is contained in:
teto 2026-02-18 11:08:26 +01:00 committed by Matthieu Coudron
parent 5f1d42a97b
commit b0b01ab65b

View file

@ -1,15 +0,0 @@
let
nixpkgs = (
import (
let
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
n = lock.nodes.nixpkgs.locked;
in
fetchTarball {
url = "https://github.com/${n.owner}/${n.repo}/archive/${n.rev}.tar.gz";
sha256 = n.narHash;
}
) { }
);
in
nixpkgs.callPackage ./home-manager { }