Update flake inputs
This commit is contained in:
parent
94d0653bcf
commit
059f2f9fc9
2 changed files with 7 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1629978322,
|
||||
"narHash": "sha256-/yavi2HwutTmxhIP9mO5ZgjTAOPsY6W1bw4ErtoSCj8=",
|
||||
"lastModified": 1633296426,
|
||||
"narHash": "sha256-r6Zj9OldVmUu07558Qhf80/Bwcg9fTLbyjVmhTK0VPE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "e8a80426d7a42498de49139752588ccb213aebb0",
|
||||
"rev": "d5b67885fd9b8860b8ad3f416d2d3934fce561aa",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -13,5 +13,9 @@
|
|||
in
|
||||
{
|
||||
packages.x86_64-linux.lutris = pkgs.lutris;
|
||||
|
||||
nixosConfigurations = {
|
||||
dustbowl = import ./nixos/dustbowl.nix;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue