mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Switch to nixfmt
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
let
|
||||
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
|
||||
pkgs = import nixpkgs { config = { }; overlays = [ ]; };
|
||||
in
|
||||
pkgs = import nixpkgs {
|
||||
config = { };
|
||||
overlays = [ ];
|
||||
};
|
||||
|
||||
pkgs.mkShell {
|
||||
in pkgs.mkShell {
|
||||
shellHook = ''
|
||||
${(import ./default.nix).pre-commit-check.shellHook}
|
||||
'';
|
||||
|
Reference in New Issue
Block a user