parent
d3e9a1b1d7
commit
386a4cfde4
4 changed files with 7 additions and 11 deletions
|
@ -7,6 +7,7 @@ TODO: add directory structure info and enforce it
|
||||||
- in a subfolder, there should always be a `default.nix`
|
- in a subfolder, there should always be a `default.nix`
|
||||||
- if there is non nix code, it will be in a `config` folder
|
- if there is non nix code, it will be in a `config` folder
|
||||||
- redo docs
|
- redo docs
|
||||||
|
- every module should not do anything if imported
|
||||||
|
|
||||||
## AGS
|
## AGS
|
||||||
|
|
||||||
|
|
13
flake.lock
generated
13
flake.lock
generated
|
@ -79,17 +79,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732108588,
|
"lastModified": 1732479839,
|
||||||
"narHash": "sha256-14WgIZbSquzyAXWtBwYPl9SFHcaBYZCPstI0Qv1N8cE=",
|
"narHash": "sha256-J1+8eh4ycGY9Es1Vk9LuW7UAjpw2N0nLalMWwlImKJs=",
|
||||||
"owner": "Aylur",
|
"owner": "Aylur",
|
||||||
"repo": "astal",
|
"repo": "astal",
|
||||||
"rev": "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476",
|
"rev": "ac304ef346be220dd5c5d3c818c8151bdb78d730",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Aylur",
|
"owner": "Aylur",
|
||||||
"repo": "astal",
|
"repo": "astal",
|
||||||
"rev": "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -831,11 +830,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731998738,
|
"lastModified": 1732483620,
|
||||||
"narHash": "sha256-p5wIftLuwT0ykc2IFmiKnU/UyyHqlYLO9ct0Wac4YgY=",
|
"narHash": "sha256-nAp0EGh1swnCnDtdVlNINvD7otIxb4xSZtdCrpCLX/0=",
|
||||||
"owner": "matt1432",
|
"owner": "matt1432",
|
||||||
"repo": "nixos-jellyfin",
|
"repo": "nixos-jellyfin",
|
||||||
"rev": "486317a1a2f3c799566d4f6b1b4141c9b3d99dab",
|
"rev": "74f284f2bfc327d801fffeb8d7bbafddc301d05c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
owner = "Aylur";
|
owner = "Aylur";
|
||||||
repo = "astal";
|
repo = "astal";
|
||||||
rev = "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476";
|
|
||||||
type = "github";
|
type = "github";
|
||||||
};
|
};
|
||||||
bat-theme-src = {
|
bat-theme-src = {
|
||||||
|
|
|
@ -163,9 +163,6 @@ let
|
||||||
astal = mkDep {
|
astal = mkDep {
|
||||||
owner = "Aylur";
|
owner = "Aylur";
|
||||||
repo = "astal";
|
repo = "astal";
|
||||||
|
|
||||||
# FIXME: https://github.com/Aylur/astal/issues/124
|
|
||||||
rev = "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ags = mkDep {
|
ags = mkDep {
|
||||||
|
|
Loading…
Add table
Reference in a new issue