Connor Baker
4e54bbdea1
nixos/activation: Add pre-switch checks ( #236375 )
2024-11-22 17:33:20 -08:00
Anderson Torres
58fe14bdf9
treewide: remove AndersonTorres from some packages' meta.maintainers
2024-11-21 21:24:15 -03:00
Jared Baur
6e192c4489
nixos/activation: Add pre-switch checks
...
Add an option for shell script fragments that are ran before switching
to a new NixOS system configuration (pre installation of bootloader or
system activation). Also add a new subcommand for
switch-to-configuration called "check" that will cause the program to
always exit after checks are ran.
2024-11-21 13:02:54 -08:00
Colin
effbd27e77
swayimg: 3.4 -> 3.5; add nix-update-script; avoid with lib;
( #356503 )
2024-11-18 21:04:18 +00:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is ( #356363 )
...
* treewide: stdenv.is -> stdenv.hostPlatform.is
* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
Gliczy
585f64a15b
swayimg: avoid with lib;
2024-11-16 16:46:18 +01:00
Gliczy
6936e23b05
swayimg: add nix-update-script
2024-11-16 16:44:17 +01:00
Gliczy
4d68d79bd0
swayimg: 3.4 -> 3.5
2024-11-16 16:38:16 +01:00
github-actions[bot]
b50e7536f8
Merge master into staging-next
2024-11-14 00:14:11 +00:00
Artturin
d029f39ee1
sword: fix crossbuild ( #350817 )
2024-11-13 21:43:41 +02:00
K900
9c85c8a22a
Merge remote-tracking branch 'origin/master' into staging-next
2024-11-12 21:14:32 +03:00
R. Ryantm
8e90e66e1d
swapspace: 1.18 -> 1.18.1
2024-11-12 04:07:16 +00:00
Emily
ce788776a5
Merge master into staging-next
2024-11-09 12:51:01 +00:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
Aleksana
53a7430092
swayosd: 0-unstable-2024-04-15 -> 0.1.0 ( #353591 )
2024-11-06 00:39:51 +08:00
Karun Sandhu
a10bcc549a
swayosd: 0-unstable-2024-04-15 -> 0.1.0
2024-11-05 09:06:06 +01:00
Karun Sandhu
35d8ef7a4d
swayosd: format with nixfmt
2024-11-04 07:23:57 +01:00
Will Fancher
37ee6ba681
Revert "NixOS apply
script"
...
Reverts #344407
This has broken nixos-rebuild switch so that it no longer updates the profile, which has bad consequences including not updating the systemd-boot menu with new generations.
2024-11-01 20:18:09 -04:00
Johannes Jöns
369d626c4b
uhd: 4.6.0.0 -> 4.7.0.0 ( #349079 )
2024-10-31 15:47:18 +01:00
Aleksana
3b2ebbb33f
sway-unwrapped: 1.9 -> 1.10 ( #351752 )
2024-10-30 16:45:51 +08:00
Robert Hensing
514ea18006
nixos: Update s-t-c and apply help text
2024-10-30 00:23:37 +01:00
Sefa Eyeoglu
5153b7b1a3
sway-unwrapped: 1.9 -> 1.10
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-10-27 22:20:17 +01:00
Greg Hellings
7fe6b3351a
sword: enable Windows building
...
Modify build techniques for SWORD so that it compiles on Windows and we
can remove the platforms tag
2024-10-25 18:47:30 -05:00
Will Fancher
13008b3cc1
switch-to-configuration-ng: improve user experience ( #349834 )
2024-10-23 23:47:11 -04:00
Will Fancher
c1479242ad
Remove unnecessary loop in stc-ng ( #348668 )
2024-10-23 23:42:34 -04:00
Greg Hellings
7869ffb010
maintainers: add greg
2024-10-23 20:45:41 -05:00
Doron Behar
930dee9882
swt: 4.5 -> 4.33 & more ( #347022 )
2024-10-20 20:02:32 +03:00
Doron Behar
479f6ccad0
swig3: init (again, for Gnuradio 3.8)
...
This reverts commit bfab6b0f83
2024-10-19 21:47:59 +03:00
Jared Baur
d98f11e96f
switch-to-configuration-ng: improve user experience
...
When calling switch-to-configuration (ng) as a non-root user, the user
calling the program should be guided to calling the program in the
correct way, not given a confusing error message.
2024-10-19 11:26:07 -07:00
Peder Bergebakken Sundt
89d3cdc3cc
swayimg: 3.2 -> 3.4 ( #348242 )
2024-10-19 05:00:58 +02:00
Gliczy
3a23b88c5b
swayimg: reformat
2024-10-15 11:30:46 +02:00
Gliczy
d337b4e2f5
swayimg: 3.2 -> 3.4
2024-10-15 11:30:07 +02:00
Jared Baur
64ec9ae3dc
switch-to-configuration-ng: remove unnecessary loop
...
The loop removed in this change was originally meant as a
synchronization point for stc-ng to prevent executing a switch early in
the boot process, however the perl script never needed to make this
check and the switch test passes without this loop present.
2024-10-14 20:24:21 -07:00
Doron Behar
329e459dab
swt: make it actually useful
...
Co-Authored-By: Ben Wolsieffer <benwolsieffer@gmail.com>
2024-10-14 11:59:04 +03:00
Doron Behar
b76ff9137f
swt: 4.5 -> 4.33
...
Fixes #219771 . Previous attempt: #75609
2024-10-13 21:36:53 +03:00
R. Ryantm
d7a7ee168b
sway-assign-cgroups: 0.4.0 -> 0.4.1
2024-10-07 20:34:43 +00:00
h7x4
40085bbbd1
treewide: migrate packages maintained by ivankovnatsky to by-name ( #345512 )
2024-10-05 01:08:54 +02:00
h7x4
8f55b011e0
treewide: add meta.changelog ( #346488 )
...
* guix: add meta.changelog
* zile: add meta.changelog
* zoom: add meta.changelog
* zotify: add meta.changelog
* zpaqfranz: add meta.changelog
* zunit: add meta.changelog
* zxwing-cpp: add meta.changelog
* zxpy: add meta.changelog
* zydis: add meta.changelog
* zziplib: add meta.changelog
* j: add meta.changelog
* kyua: add meta.changelog
* json2ts: add meta.changelog
* igir: add meta.changelog
* ios-webkit-debug-proxy: add meta.changelog
* gpaste: add meta.changelog
* polkit_gnome: add meta.changelog
* papers: add meta.changelog
* libmsgraph: add meta.changelog
* quadrapassel: add meta.changelog
* gnome-nibbles: add meta.changelog
* decibels: add meta.changelog
* libgedit-amtk: add meta.changelog
* simple-scan: add meta.changelog
* gnome-klotski: add meta.changelog
* gnome-sound-recorder: add meta.changelog
* gnome-remote-desktop: add meta.changelog
* gnome-robots: add meta.changelog
* gnome-shell-extensions: add meta.changelog
* gnome-panel: add meta.changelog
* gnome-session: add meta.changelog
* gnome-keyring: add meta.changelog
* devhelp: add meta.changelog
* libgnome-keyring: add meta.changelog
* ghex: add meta.changelog
* gnome-connections: add meta.changelog
* lightsoff: add meta.changelog
* gnome-flashback: add meta.changelog
* livi: add meta.changelog
* mutter: add meta.changelog
* hitori: add meta.changelog
* gnome-initial-setup: add meta.changelog
* gnome-bluetooth: add meta.changelog
* gnome-shell: add meta.changelog
* gnome-sudoku: add meta.changelog
* ideamaker: add meta.changelog
* i2p: add meta.changelog
* lms: add meta.changelog
* adwaita-icon-theme: add meta.changelog
* gnome-applets: add meta.changelog
* flac123: add meta.changelog
* flaca: add meta.changelog
* flameshot: add meta.changelog
* flaresolverr: add meta.changelog
* a52dec: add meta.changelog
* hexbinhex: add meta.changelog
* dwl: add meta.changelog
* msolve: add meta.changelog
* jcli: add meta.changelog
* nmap: add meta.changelog
* nmapsi4: add meta.changelog
* labctl: add meta.changelog
* _1oom: add meta.changelog
* libipuz: add meta.changelog
* metacity: add meta.changelog
* sushi: add meta.changelog
* rygel: add meta.changelog
* zenity: add meta.changelog
* crosswords: add meta.changelog
* gnome-mahjongg: add meta.changelog
* alacarte: add meta.changelog
* loupe: add meta.changelog
* cheese: add meta.changelog
* atomix: add meta.changelog
* swell-foop: add meta.changelog
* alfis: add meta.changelog
* aperture: add meta.changelog
* atomic-swap: add meta.changelog
* besu: add meta.changelog
* bisq: add meta.changelog
* bitcoin-abc: add meta.changelog
* bitcoin-knots: add meta.changelog
* bitcd: add meta.changelog
* btcdeb: add meta.changelog
* btcpayserver: add meta.changelog
* 86box: add meta.changelog
* darling: add meta.changelog
* dosbox: add meta.changelog
* firebird-emu: add meta.changelog
* maiko: add meta.changelog
* accerciser: add meta.changelog
* adwaita-icon-theme-legacy: add meta.changelog
* dconf-editor: add meta.changelog
* eog: add meta.changelog
* evolution-data-server: add meta.changelog
* file-roller: add meta.changelog
* four-in-a-row: add meta.changelog
* gdm: add meta.changelog
* geary: add meta.changelog
* gitg: add meta.changelog
* gnome2048: add meta.changelog
* gnome-backgrounds: add meta.changelog
* gnome-text-editor: add meta.changelog
* gnome-tour: add meta.changelog
* gnome-user-share: add meta.changelog
* gxml: add meta.changelog
* tali: add meta.changelog
* totem: add meta.changelog
* mobile-broadband-provider-info: add meta.changelog
* avr: add meta.changelog
* brev-cli: add meta.changelog
* juce: add meta.changelog
* loc: add meta.changelog
* resholve: add meta.changelog
* rpiboot: add meta.changelog
* gerbera: add meta.changelog
* kdocker: add meta.changelog
* pmenu: add meta.changelog
* advancecomp: add meta.changelog
* adriconf: add meta.changelog
* interception-tools: add meta.changelog
* nabi: add meta.changelog
* gorilla-cli: add meta.changelog
* heygpt: add meta.changelog
* 6tunnel: add meta.changelog
* aria2: add meta.changelog
* logmein-hamachi: add meta.changelog
* maphosts: add meta.changelog
* qcal: add meta.changelog
* adreaper: add meta.changelog
* aflplusplus: add meta.changelog
* aide: add meta.changelog
* cameradar: add meta.changelog
* wpscan: add meta.changelog
* aha: add meta.changelog
* xcat: add meta.changelog
2024-10-04 22:35:12 +03:00
Ivan Kovnatsky
f3f69171dd
treewide: migrate packages maintained by ivankovnatsky to by-name
2024-10-04 16:31:04 +03:00
Emily
7033ba8331
switch-to-configuration-ng: update rust-ini to support multi-line INI… ( #343145 )
2024-10-02 16:04:20 +01:00
Peder Bergebakken Sundt
72c1fb5a49
swim: init at 0.10.0 ( #344979 )
2024-09-29 23:29:35 +02:00
Weijia Wang
d6fd15c09a
swift-quit: init at 1.5 ( #343928 )
2024-09-29 15:22:46 +02:00
Peder Bergebakken Sundt
01f85c1455
spade: update updateScript
2024-09-28 02:23:34 +02:00
Peder Bergebakken Sundt
7638a48c0d
swim: init at 0.10.0
2024-09-28 02:22:30 +02:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Michael Hoang
a133f3bcb5
swift-quit: init at 1.5
2024-09-23 17:18:04 +07:00
Jared Baur
74a5f77274
switch-to-configuration-ng: update rust-ini to support multi-line INI values
2024-09-21 08:28:02 -07:00
Maximilian Bosch
4340742efd
sway-audio-idle-inhibit: unstable-2023-08-09 -> 0.1.2
...
ChangeLog: https://github.com/ErikReider/SwayAudioIdleInhibit/releases/tag/v0.1.2
2024-09-21 16:39:22 +02:00
wxt
dbd569f69a
switchres: init at 2.2.1
2024-09-19 23:14:14 +08:00
nicoo
4ad16ff03d
swt: sha256
→ hash
2024-09-15 09:31:45 +00:00