update nixpkgs and other stuff
This commit is contained in:
parent
5e2d1f4532
commit
7a0a828930
12
flake.lock
12
flake.lock
|
@ -59,11 +59,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718835956,
|
"lastModified": 1719426051,
|
||||||
"narHash": "sha256-wM9v2yIxClRYsGHut5vHICZTK7xdrUGfrLkXvSuv6s4=",
|
"narHash": "sha256-yJL9VYQhaRM7xs0M867ZFxwaONB9T2Q4LnGo1WovuR4=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "dd457de7e08c6d06789b1f5b88fc9327f4d96309",
|
"rev": "89c49874fb15f4124bf71ca5f42a04f2ee5825fd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -116,11 +116,11 @@
|
||||||
},
|
},
|
||||||
"stable": {
|
"stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718835956,
|
"lastModified": 1719426051,
|
||||||
"narHash": "sha256-wM9v2yIxClRYsGHut5vHICZTK7xdrUGfrLkXvSuv6s4=",
|
"narHash": "sha256-yJL9VYQhaRM7xs0M867ZFxwaONB9T2Q4LnGo1WovuR4=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "dd457de7e08c6d06789b1f5b88fc9327f4d96309",
|
"rev": "89c49874fb15f4124bf71ca5f42a04f2ee5825fd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -91,17 +91,13 @@
|
||||||
amfora
|
amfora
|
||||||
# dive
|
# dive
|
||||||
|
|
||||||
# android-tools
|
|
||||||
# endless-sky
|
# endless-sky
|
||||||
# gnucash
|
|
||||||
# obs-studio
|
# obs-studio
|
||||||
# kdenlive
|
# kdenlive
|
||||||
# wireshark
|
# wireshark
|
||||||
# android-studio
|
|
||||||
# swig
|
# swig
|
||||||
# radicle-cli
|
# radicle-cli
|
||||||
# hurl https://github.com/Orange-OpenSource/hurl
|
# hurl https://github.com/Orange-OpenSource/hurl
|
||||||
# revolt-desktop
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# The state version is required and should stay at the version you
|
# The state version is required and should stay at the version you
|
||||||
|
|
|
@ -104,6 +104,16 @@ in {
|
||||||
sherlock
|
sherlock
|
||||||
whois
|
whois
|
||||||
android-tools
|
android-tools
|
||||||
|
|
||||||
|
ripgrep
|
||||||
|
lsd
|
||||||
|
viu
|
||||||
|
logseq
|
||||||
|
android-studio
|
||||||
|
];
|
||||||
|
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
(nerdfonts.override {fonts = ["CascadiaCode"];})
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue