wip flakes

This commit is contained in:
2023-03-30 16:33:03 +03:00
parent 5283f9f423
commit f44e8948e2
15 changed files with 231 additions and 11 deletions

6
nixpkgs.nix Normal file
View File

@@ -0,0 +1,6 @@
let
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
spec = lock.nodes.nixpkgs.locked;
nixpkgs = fetchTarball "https://github.com/${spec.owner}/${spec.repo}/archive/${spec.rev}.tar.gz";
in
import nixpkgs