mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
extra/nix: replace nix-prefetch-* with nix-prefetch
This commit is contained in:
parent
7f4791e304
commit
904d8c4357
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nix-prefetch-git
|
nix-prefetch
|
||||||
nix-prefetch-github
|
|
||||||
nix-update
|
nix-update
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
nixpkgs-lint
|
nixpkgs-lint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue