mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-28 19:36:29 -03:00
flake.lock: bump
This commit is contained in:
parent
081cd66b13
commit
62aadfc844
2 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
outputs = { nixpkgs, ... }:
|
||||
outputs = { nixpkgs, ... }:
|
||||
let
|
||||
forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" "aarch64-linux" ];
|
||||
in
|
||||
in
|
||||
{
|
||||
packages = forAllSystems (system: {
|
||||
packages = forAllSystems (system: {
|
||||
default = nixpkgs.legacyPackages.${system}.callPackage ./lsfg-vk.nix { };
|
||||
lsfg-vk = nixpkgs.legacyPackages.${system}.callPackage ./lsfg-vk.nix { };
|
||||
lsfg-vk-ui = nixpkgs.legacyPackages.${system}.callPackage ./lsfg-vk-ui.nix { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue