flake: pin nixpkgs

This commit is contained in:
zowoq 2023-07-16 11:02:37 +10:00
parent 0b09bc5bd2
commit 87092ada06

View file

@ -11,7 +11,7 @@
];
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:NixOS/nixpkgs/c16abd6c722be95d53eef2bdd62cef5ecabd240a";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
nix-darwin.url = "github:LnL7/nix-darwin";