🩹 fix standalone config

This commit is contained in:
James Walker 2023-02-18 14:24:13 -05:00
parent b3125f777a
commit 10b7035a6c
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 7 additions and 6 deletions

View File

@ -23,11 +23,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1675935446,
"narHash": "sha256-WajulTn7QdwC7QuXRBavrANuIXE5z+08EdxdRw1qsNs=",
"lastModified": 1676367705,
"narHash": "sha256-un5UbRat9TwruyImtwUGcKF823rCEp4fQxnsaLFL7CM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "2dce7f1a55e785a22d61668516df62899278c9e4",
"rev": "da72e6fc6b7dc0c3f94edbd310aae7cd95c678b5",
"type": "github"
},
"original": {
@ -38,11 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1676209454,
"narHash": "sha256-alj9mBkV9U6tTPDK026671D2pesLSYZZc9j5dBZJ9f0=",
"lastModified": 1676549890,
"narHash": "sha256-sq/WcOEAl7gWrrfGkWdnyYazRyTf+enEim/o6LOQzI8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8c619a1f3cedd16ea172146e30645e703d21bfc1",
"rev": "8c66bd1b68f4708c90dcc97c6f7052a5a7b33257",
"type": "github"
},
"original": {

View File

@ -23,6 +23,7 @@
];
};
};
packages.homeConfigurations = self.homeConfigurations.${system};
packages.default =
self.homeConfigurations.${system}.walkah.activationPackage;
});