mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
fix: return to a version of neomutt that starts
This commit is contained in:
parent
c4ea87531d
commit
c2de65b0dc
2 changed files with 11 additions and 7 deletions
|
@ -1,7 +1,10 @@
|
|||
inputs: lib:
|
||||
|
||||
let
|
||||
overlay-unstable = arch: _final: _prev: { unstable = import inputs.unstable { system = arch; }; };
|
||||
overlay-unstable = arch: _final: _prev: {
|
||||
stable = import inputs.nixpkgs { system = arch; };
|
||||
unstable = import inputs.unstable { system = arch; };
|
||||
};
|
||||
in
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue