configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-25 23:50:11 -04:00
parent ee8d8fc9a1
commit 8575753945
5 changed files with 130 additions and 14 deletions

80
flake.lock generated
View file

@ -1,5 +1,45 @@
{
"nodes": {
"affinity-nix": {
"inputs": {
"elemental-wine-source": "elemental-wine-source",
"nixpkgs": "nixpkgs",
"winetricks-source": "winetricks-source"
},
"locked": {
"lastModified": 1726286596,
"narHash": "sha256-3ibDdGv2ns2N7ol3qVpfpPtPAf7QJleIg1xfKT3E+i0=",
"owner": "mrshmllow",
"repo": "affinity-nix",
"rev": "13ab0d6b33c5d7ba556f51a523d84ba6d2acba5a",
"type": "github"
},
"original": {
"owner": "mrshmllow",
"ref": "main",
"repo": "affinity-nix",
"type": "github"
}
},
"elemental-wine-source": {
"flake": false,
"locked": {
"host": "gitlab.winehq.org",
"lastModified": 1693121664,
"narHash": "sha256-eMN4SN8980yteYODN2DQIVNEJMsGQE8OIdPs/7DbvqQ=",
"owner": "ElementalWarrior",
"repo": "wine",
"rev": "c12ed1469948f764817fa17efd2299533cf3fe1c",
"type": "gitlab"
},
"original": {
"host": "gitlab.winehq.org",
"owner": "ElementalWarrior",
"ref": "c12ed1469948f764817fa17efd2299533cf3fe1c",
"repo": "wine",
"type": "gitlab"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@ -53,6 +93,22 @@
}
},
"nixpkgs": {
"locked": {
"lastModified": 1717786204,
"narHash": "sha256-4q0s6m0GUcN7q+Y2DqD27iLvbcd1G50T2lv08kKxkSI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "051f920625ab5aabe37c920346e3e69d7d34400e",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1726969270,
"narHash": "sha256-8fnFlXBgM/uSvBlLWjZ0Z0sOdRBesyNdH0+esxqizGc=",
@ -68,7 +124,7 @@
"type": "github"
}
},
"nixpkgs-unstable": {
"nixpkgs_2": {
"locked": {
"lastModified": 1726937504,
"narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=",
@ -86,11 +142,29 @@
},
"root": {
"inputs": {
"affinity-nix": "affinity-nix",
"home-manager": "home-manager",
"nix-flatpak": "nix-flatpak",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
"nixpkgs": "nixpkgs_2",
"nixpkgs-stable": "nixpkgs-stable"
}
},
"winetricks-source": {
"flake": false,
"locked": {
"lastModified": 1704453875,
"narHash": "sha256-YTEgb19aoM54KK8/IjrspoChzVnWAEItDlTxpfpS52w=",
"owner": "winetricks",
"repo": "winetricks",
"rev": "bc91718a5cad45e9f33de9b351a5960d5395bed5",
"type": "github"
},
"original": {
"owner": "winetricks",
"ref": "20240105",
"repo": "winetricks",
"type": "github"
}
}
},