Merge pull request #34 from qwjyh/deriv-1

merging nix flake
This commit is contained in:
qwjyh 2025-05-30 16:54:32 +09:00 committed by GitHub
commit 1b3b87d2cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 35 additions and 0 deletions

27
nix/flake.lock generated Normal file
View file

@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1745391562,
"narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View file

@ -15,7 +15,15 @@
nixpkgs.legacyPackages.x86_64-linux.curl
nixpkgs.legacyPackages.x86_64-linux.neovim
nixpkgs.legacyPackages.x86_64-linux.ripgrep
nixpkgs.legacyPackages.x86_64-linux.bat
nixpkgs.legacyPackages.x86_64-linux.eza
nixpkgs.legacyPackages.x86_64-linux.zoxide
nixpkgs.legacyPackages.x86_64-linux.yazi
nixpkgs.legacyPackages.x86_64-linux.hexyl
nixpkgs.legacyPackages.x86_64-linux.fzf
nixpkgs.legacyPackages.x86_64-linux.difftastic
nixpkgs.legacyPackages.x86_64-linux.starship
nixpkgs.legacyPackages.x86_64-linux.lazygit
nixpkgs.legacyPackages.x86_64-linux.clang-tools
];