Update flake inputs

This commit is contained in:
joachimschmidt557 2021-10-03 23:30:12 +02:00
parent 94d0653bcf
commit 059f2f9fc9
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 7 additions and 3 deletions

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1629978322, "lastModified": 1633296426,
"narHash": "sha256-/yavi2HwutTmxhIP9mO5ZgjTAOPsY6W1bw4ErtoSCj8=", "narHash": "sha256-r6Zj9OldVmUu07558Qhf80/Bwcg9fTLbyjVmhTK0VPE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e8a80426d7a42498de49139752588ccb213aebb0", "rev": "d5b67885fd9b8860b8ad3f416d2d3934fce561aa",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -13,5 +13,9 @@
in in
{ {
packages.x86_64-linux.lutris = pkgs.lutris; packages.x86_64-linux.lutris = pkgs.lutris;
nixosConfigurations = {
dustbowl = import ./nixos/dustbowl.nix;
};
}; };
} }