Pin nixpkgs

This commit is contained in:
Jeremy Wall 2022-01-03 19:13:42 -05:00
parent 77ed227b69
commit d5531379d4

View File

@ -1,9 +1,7 @@
{
description = "kitchen";
inputs.nixpkgs = {
type = "indirect";
id = "nixpkgs";
};
# Pin nixpkgs
inputs.nixpkgs = "github:NixOS/nixpkgs/adf7f03d3bfceaba64788e1e846191025283b60d";
inputs.gitignore = { url = "github:hercules-ci/gitignore.nix"; flake = false; };