diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-05-15 20:28:44 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-05-15 20:28:44 -0600 |
| commit | d7dfe862388af68ed2cda4a420d5a8e60761f68f (patch) | |
| tree | 85c7434126bf77bd05af8056c0cacd0c86a0916e /flake.nix | |
| parent | 5988e76ae5b892ad63621789b80c1bfd69347469 (diff) | |
home: add nixpkgsUnstable to registry
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ home = platform: home-manager.lib.homeManagerConfiguration { system = "x86_64-linux"; - configuration = import ./home { inherit self nixpkgs nur; }; + configuration = import ./home { inherit self nixpkgs nixpkgsUnstable nur; }; extraModules = [ platform ]; username = "ale"; |
