nix/home-manager: pin version
This commit is contained in:
parent
2ed3f2efe2
commit
7f1ac023f5
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
let
|
let
|
||||||
in {
|
in {
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
programs.home-manager.path = https://github.com/rycee/home-manager/archive/master.tar.gz;
|
programs.home-manager.path = https://github.com/rycee/home-manager/archive/445c0b1482c38172a9f8294ee16a7ca7462388e5.tar.gz;
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(import ../../overlay.nix)
|
(import ../../overlay.nix)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
"${builtins.fetchGit { url = "https://github.com/rycee/home-manager.git"; ref = "master"; }}/nixos"
|
"${builtins.fetchGit { url = "https://github.com/rycee/home-manager.git"; ref = "445c0b1482c38172a9f8294ee16a7ca7462388e5"; }}/nixos"
|
||||||
];
|
];
|
||||||
home-manager.users.root = import ../../../home-manager/configuration/text-minimal.nix;
|
home-manager.users.root = import ../../../home-manager/configuration/text-minimal.nix;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue