mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
tree-wide: remove nix-monitored
This commit is contained in:
parent
c0d18af092
commit
da7e72db64
4 changed files with 0 additions and 30 deletions
|
|
@ -40,12 +40,9 @@ in
|
||||||
|
|
||||||
# use lix everywhere and wrap it with nom
|
# use lix everywhere and wrap it with nom
|
||||||
../overlays/lix.nix
|
../overlays/lix.nix
|
||||||
../overlays/nix-monitored.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.package = pkgs.nix-monitored;
|
|
||||||
|
|
||||||
system.nixos =
|
system.nixos =
|
||||||
let
|
let
|
||||||
rev = lib.substring 0 8 sources.nixpkgs.revision;
|
rev = lib.substring 0 8 sources.nixpkgs.revision;
|
||||||
|
|
|
||||||
|
|
@ -46,12 +46,9 @@ in
|
||||||
|
|
||||||
# use lix everywhere and wrap it with nom
|
# use lix everywhere and wrap it with nom
|
||||||
../overlays/lix.nix
|
../overlays/lix.nix
|
||||||
../overlays/nix-monitored.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.package = pkgs.nix-monitored;
|
|
||||||
|
|
||||||
system.nixos =
|
system.nixos =
|
||||||
let
|
let
|
||||||
rev = lib.substring 0 8 sources.nixpkgs.revision;
|
rev = lib.substring 0 8 sources.nixpkgs.revision;
|
||||||
|
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
let
|
|
||||||
sources = import ../../npins;
|
|
||||||
in
|
|
||||||
# The final nix is lix in this case
|
|
||||||
final: prev: {
|
|
||||||
nix-monitored = sources.nix-monitored.asFlake.packages.${final.stdenv.hostPlatform.system}.default.override {
|
|
||||||
inherit (final) nix;
|
|
||||||
withNotify = false; # noisy, spams "command completed" even for nix shells
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -148,20 +148,6 @@
|
||||||
"url": "https://github.com/oxalica/nil/archive/504599f7e555a249d6754698473124018b80d121.tar.gz",
|
"url": "https://github.com/oxalica/nil/archive/504599f7e555a249d6754698473124018b80d121.tar.gz",
|
||||||
"hash": "1mzx60999jciq2ax1l5ajmks6fb3cmjavn7fsyh4aysvcdgzrj6p"
|
"hash": "1mzx60999jciq2ax1l5ajmks6fb3cmjavn7fsyh4aysvcdgzrj6p"
|
||||||
},
|
},
|
||||||
"nix-monitored": {
|
|
||||||
"type": "Git",
|
|
||||||
"repository": {
|
|
||||||
"type": "GitHub",
|
|
||||||
"owner": "ners",
|
|
||||||
"repo": "nix-monitored"
|
|
||||||
},
|
|
||||||
"branch": "master",
|
|
||||||
"submodules": false,
|
|
||||||
"revision": "60f3baa4701d58eab86c2d1d9c3d7e820074d461",
|
|
||||||
"url": "https://github.com/ners/nix-monitored/archive/60f3baa4701d58eab86c2d1d9c3d7e820074d461.tar.gz",
|
|
||||||
"hash": "1rdyjmxkvyqd5blbzbwfv2b99krx6rkpdzi1ckyby8i676gf9hv7",
|
|
||||||
"frozen": true
|
|
||||||
},
|
|
||||||
"nix-tree": {
|
"nix-tree": {
|
||||||
"type": "GitRelease",
|
"type": "GitRelease",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue