mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
commenting these lines did nothing?
This commit is contained in:
parent
165175640c
commit
25cfa387a3
1 changed files with 8 additions and 8 deletions
|
@ -12,13 +12,13 @@
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# nixd + lix = problem, or am I just pulling in nix2.24 now?
|
# # nixd + lix = problem, or am I just pulling in nix2.24 now?
|
||||||
nixt = prev.nixt.override {
|
# nixt = prev.nixt.override {
|
||||||
nix = final.nixVersions.nix_2_24;
|
# nix = final.nixVersions.nix_2_24;
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
nixd = prev.nixd.override {
|
# nixd = prev.nixd.override {
|
||||||
nix = final.nixVersions.nix_2_24;
|
# nix = final.nixVersions.nix_2_24;
|
||||||
};
|
# };
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue