mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
format: pin Nixpkgs version
This is to make sure that we get a consistent version of nixfmt.
This commit is contained in:
parent
6fc6c736f9
commit
2678fb3441
1 changed files with 1 additions and 1 deletions
2
format
2
format
|
@ -1,5 +1,5 @@
|
|||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p findutils nixfmt
|
||||
#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/b0bbacb52134a7e731e549f4c0a7a2a39ca6b481.tar.gz -i bash -p findutils nixfmt
|
||||
|
||||
CHECK_ARG=
|
||||
|
||||
|
|
Loading…
Reference in a new issue